import type * as core from '@contentlayer/core'; import { OT, T } from '@contentlayer/utils/effect'; import type { PageObjectResponse } from '@notionhq/client/build/src/api-endpoints'; import type { DatabaseTypeDef } from '../schema/types/database.js'; export type MakeDocument = { databaseTypeDef: DatabaseTypeDef; documentTypeDef: core.DocumentTypeDef; page: PageObjectResponse; options: core.PluginOptions; }; export declare const makeDocument: ({ documentTypeDef, databaseTypeDef, page, options }: MakeDocument) => T.Effect & import("@contentlayer/utils/effect").Has & import("@contentlayer/utils/effect").Has, unknown, core.Document>; //# sourceMappingURL=makeDocument.d.ts.map