import * as core from '@contentlayer2/core'; import * as utils from '@contentlayer2/utils'; import { OT, T } from '@contentlayer2/utils/effect'; import { FetchDataError } from '../../errors/index.js'; import type { HasDocumentContext } from '../DocumentContext.js'; import type { ParsedFieldData } from './parseFieldData.js'; export declare const makeImageField: ({ imageData, documentFilePath, contentDirPath, fieldDef, }: { imageData: ParsedFieldData<"image">; documentFilePath: utils.RelativePosixFilePath; contentDirPath: utils.AbsolutePosixFilePath; fieldDef: core.FieldDef; }) => T.Effect; //# sourceMappingURL=field-image.d.ts.map