export default abstract class BaseError extends Error { abstract readonly kind: Brand; } //# sourceMappingURL=base.d.ts.map