export declare function timerStart(name: string): void;
export declare function timerStop(name: string): void;
