export declare const profile: <T>(key: string, callback: () => T) => T;
export declare const measure: (callback: () => void) => number;
export declare const profileReport: () => void;
