export declare const wait: (millis: number) => Promise<void>;
