export declare function createAbortSignal(timeoutMs: number | undefined, parent?: AbortSignal): { signal: AbortSignal; dispose: () => void; }; export declare function sleep(ms: number, signal?: AbortSignal): Promise; //# sourceMappingURL=timeout.d.ts.map