import type * as core from '@contentlayer/core'; import { OT, T } from '@contentlayer/utils/effect'; import type { DatabaseTypeDef } from './types/database.js'; export type ProvideDocumentTypeDefMapArgs = { databaseTypeDefs: DatabaseTypeDef[]; options: core.PluginOptions; }; export declare const provideDocumentTypeDefMap: ({ databaseTypeDefs, options }: ProvideDocumentTypeDefMapArgs) => T.Effect & import("@contentlayer/utils/effect").Has & import("@contentlayer/utils/effect").Has, unknown, core.DocumentTypeDefMap>; //# sourceMappingURL=provideDocumentTypeDefMap.d.ts.map