/** * Asynchronously wait for a specified number of milliseconds. * * @param {number} ms - Number of milliseconds to wait. * * @returns {Promise} The promise to await on. */ export declare function wait(ms: any): Promise;