declare const sleep: (ms: number) => Promise<number>;
export { sleep };
