export declare const sleep: (ms: number) => Promise<unknown>;
export declare const getRandom: () => string;
