/** * Whait for some time before continuing * @param ms amount of milliseconds to whait. */ export declare const waitFor: (ms: number) => Promise;