/** * Get promise that waits for timeout in `delayInMs` milliseconds. */ export declare const getTimeoutPromise: (delayInMs: number) => Promise;