/** * Just chill for a bit. Used for testing. * * @param milliseconds the number of milliseconds to sleep * @returns A promise that resolves after the specified time */ export declare function sleep(milliseconds: number): Promise; //# sourceMappingURL=promise.d.ts.map