/** * Helper function to have a promise based timeout you can await * * @param {number} timeout The amount of time to wait in milliseconds * @param {*} [value] The value to resolve with * @returns */ export declare const delay: (timeout: number, value?: any) => Promise; //# sourceMappingURL=delay.d.ts.map