/** * Waits for timeout in `delayInMs` milliseconds. */ export declare const waitForTimeout: (delayInMs: number) => Promise;