declare const wait: (ms?: number) => Promise<void>;
export default wait;
