import type * as core from '@contentlayer2/core'; import { T } from '@contentlayer2/utils/effect'; import { FetchDataError } from '../../errors/index.js'; export declare const makeDateField: ({ dateString, fieldName, options, }: { dateString: string; fieldName: string; options: core.PluginOptions; }) => T.Effect, FetchDataError.IncompatibleFieldDataError, string>; //# sourceMappingURL=field-date.d.ts.map