/**
 * Wait for x ms.
 *
 * @param ms
 */
export declare function wait(ms: number): Promise<void>;
//# sourceMappingURL=wait.d.ts.map