export declare class CoverageSupport { private operationStr; constructor(operationStr: string); verify(): boolean; }