import * as core from '@contentlayer2/core'; import * as utils from '@contentlayer2/utils'; import { T } from '@contentlayer2/utils/effect'; import type { SchemaError } from '../errors/index.js'; import * as LocalSchema from './defs/index.js'; export declare const makeCoreSchema: ({ documentTypeDefs, options, esbuildHash, }: { documentTypeDefs: LocalSchema.DocumentTypeDef[]; options: core.PluginOptions; esbuildHash: string; }) => T.Effect; //# sourceMappingURL=provideSchema.d.ts.map