export declare function timer(label: string, extra?: string): () => void; export declare function printTimersSummary(): void;