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