/** * Delays execution for a specified amount of milliseconds * @param ms - Milliseconds to wait * @returns Promise that resolves after the specified delay */ export declare const sleep: (ms: number) => Promise; //# sourceMappingURL=sleep.d.ts.map