/** * Waits for the specified number of milliseconds. * @param ms - The number of milliseconds to wait. * @returns A promise that resolves after the specified time. * @internal */ export declare function wait(ms: number): Promise; //# sourceMappingURL=wait.d.ts.map