declare const UnknownNotionError_base: import("@effect-ts/system/Case").CaseConstructorTagged<"UnknownNotionError", "_tag">; export declare class UnknownNotionError extends UnknownNotionError_base<{ readonly error: unknown; }> { toString: () => string; } export {}; //# sourceMappingURL=errors.d.ts.map