export declare const sleep: (ms: number) => Promise; export declare const busyWaitForNanoSeconds: (duration: number) => Promise;