export declare const startRenderTimer: (label: string) => void;
export declare const endRenderTimer: (label: string) => void;
