import { Monitor } from '../monitor';
export declare type GenericMonitor = Monitor<any>;
