/**
 * Wait the specified number of milliseconds
 * @param milliseconds
 * Example:
 *     1000
 */
export declare function delay(milliseconds: number): Promise<void>;
//# sourceMappingURL=delay.d.ts.map