export declare const delay: (ms: number) => Promise<unknown>;
