export default timeout;
/** @param {number} ms */
declare function timeout(ms: number): Promise<any>;
