export declare function start(label: string): void; export declare function stop(label: string, ops?: number): void; export declare function print(label?: string): void;