/**
* 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
*/exportdeclarefunctionsleep(milliseconds: number): Promise<unknown>;
//# sourceMappingURL=promise.d.ts.map