export declare function debugTimerStart(name: string): void;
export declare function debugTimerEnd(name: string): void;
