import type * as core from '@contentlayer/core'; import { OT, T } from '@contentlayer/utils/effect'; import type { DatabaseProperties } from '../notion/types.js'; import type { FieldDef } from '../types.js'; import type { DatabaseTypeDef } from './types/database.js'; export type ProvideFieldDefArgs = { property: DatabaseProperties; databaseTypeDef: DatabaseTypeDef; getDocumentTypeDef: (databaseTypeDef: DatabaseTypeDef) => T.Effect; }; export declare const provideFieldDef: ({ property, databaseTypeDef, getDocumentTypeDef }: ProvideFieldDefArgs) => T.Effect & import("@contentlayer/utils/effect").Has & import("@contentlayer/utils/effect").Has, unknown, FieldDef>; //# sourceMappingURL=provideFieldDef.d.ts.map