export declare abstract class BaseError extends Error { abstract readonly _tag: string; } //# sourceMappingURL=mod.d.ts.map