/** * Promise helpers. */ /** * Delay for given amount of milliseconds. */ export declare function delay(ms: number): Promise;