/** * @license * Copyright 2025 Steven Roussey * SPDX-License-Identifier: Apache-2.0 */ export declare class BaseError { static type: string; message: string; name: string; stack?: string; constructor(message?: string); toString(): string; } //# sourceMappingURL=BaseError.d.ts.map