import { GoodResult, BadResult } from './types'; export declare function processJsonMonitorResponse(results: Array): string;