/** * Thrown when a cancellable delay is cancelled. */ export declare class DelayCancellation extends Error { constructor(message?: string); } /** * Error thrown when an async operation exceeds the configured timeout. */ export declare class TimeoutError extends Error { constructor(message?: string); } //# sourceMappingURL=errors.d.ts.map