declare const delayPromise: (timeout: number) => Promise; export default delayPromise;