export declare const sleep: (ms: number) => Promise<void>;
export declare const durationFormatWithMs: (ms: number) => string;
