declare const InvalidMdxFormatError_base: new = {}>(args: import("effect/Types").Equals extends true ? void : { readonly [P in keyof A as P extends "_tag" ? never : P]: A[P]; }) => import("effect/Cause").YieldableError & {
readonly _tag: "InvalidMdxFormatError";
} & Readonly;
export declare class InvalidMdxFormatError extends InvalidMdxFormatError_base<{
reason: string;
}> {
}
declare const InvalidFrontmatterError_base: new = {}>(args: import("effect/Types").Equals extends true ? void : { readonly [P in keyof A as P extends "_tag" ? never : P]: A[P]; }) => import("effect/Cause").YieldableError & {
readonly _tag: "InvalidFrontmatterError";
} & Readonly;
export declare class InvalidFrontmatterError extends InvalidFrontmatterError_base<{
reason: string;
}> {
}
export {};
//# sourceMappingURL=errors.d.ts.map