/**
 * Helper function that resolves a Promise after the specified duration (in milliseconds)
 * @internal
 */
export declare function sleep(durationMs: number): Promise<void>;
