export declare const sleep: (ms: number) => Promise<unknown>;
export declare const logPerformance: <T>(name: string, callback: () => T) => T;
export declare const notImplementedError: any;
export declare const notImplementedAlert: any;
