/** * Delay/timeout function. * * @public */ export type Delay = (min: number, max?: number) => Promise