/** * Defines a custom error that extends the Error class. * * @internal */ export declare class DomainError extends Error { constructor(message: string); } //# sourceMappingURL=DomainError.d.ts.map