/**
 * Wait for n milliseconds.
 */
declare const wait: (n: number) => Promise<void>;
export default wait;
//# sourceMappingURL=wait.d.ts.map