/** * A utility function that introduces a delay in execution. * @param milliseconds - The duration of the delay in milliseconds. * @returns A Promise that resolves after the specified delay. */ export declare const delay: (milliseconds: number) => Promise; //# sourceMappingURL=delay.d.ts.map