import * as core from '@contentlayer2/core'; import type { AbsolutePosixFilePath } from '@contentlayer2/utils'; import type { HasConsole } from '@contentlayer2/utils/effect'; import { T } from '@contentlayer2/utils/effect'; import type { Flags } from '../types.js'; import type { FetchDataError } from './index.js'; export declare const handleFetchDataErrors: ({ errors, documentCount, options, flags, schemaDef, contentDirPath, verbose, }: { errors: readonly FetchDataError.FetchDataError[]; documentCount: number; options: core.PluginOptions; flags: Flags; schemaDef: core.SchemaDef; contentDirPath: AbsolutePosixFilePath; verbose?: boolean; }) => T.Effect; export declare const testOnly_aggregateFetchDataErrors: ({ errors, documentCount, options, flags, schemaDef, contentDirPath, verbose, }: { errors: readonly FetchDataError.FetchDataError[]; documentCount: number; options: core.PluginOptions; flags: Flags; schemaDef: core.SchemaDef; contentDirPath: AbsolutePosixFilePath; verbose?: boolean; }) => string | null; //# sourceMappingURL=aggregate.d.ts.map