import { AbstractPerfMon } from './AbstractPerfMon';
export declare class CommandableHttpPerfMon extends AbstractPerfMon {
    constructor();
}
