export declare const logCpuStart: () => number;
export declare const logCpu: (context: string) => void;
