export declare const delay: (duration: number) => Promise; export declare const second: () => Promise;