import type * as core from '@contentlayer/core'; declare const ComputedValueError_base: import("@effect-ts/system/Case").CaseConstructorTagged<"ComputedValueError", "_tag">; export declare class ComputedValueError extends ComputedValueError_base<{ readonly error: unknown; readonly documentTypeDef: core.DocumentTypeDef; readonly document: core.Document; }> { } export {}; //# sourceMappingURL=errors.d.ts.map