declare const wait: (milliseconds?: number) => Promise<undefined>;
export default wait;
