import { DictionariesStatus } from "./loadDictionaries.js"; import { IntlayerConfig } from "@intlayer/types/config"; import { Dictionary } from "@intlayer/types/dictionary"; //#region src/loadDictionaries/loadContentDeclaration.d.ts export declare const formatLocalDictionaries: (dictionariesRecord: Record, configuration: IntlayerConfig) => Dictionary[]; export declare const ensureIntlayerBundle: (configuration: IntlayerConfig) => Promise; type LoadContentDeclarationOptions = { logError?: boolean; }; export declare const loadContentDeclaration: (path: string, configuration: IntlayerConfig, bundleFilePath?: string, options?: LoadContentDeclarationOptions) => Promise; export declare const loadContentDeclarations: (contentDeclarationFilePath: string[], configuration: IntlayerConfig, onStatusUpdate?: (status: DictionariesStatus[]) => void, options?: LoadContentDeclarationOptions) => Promise; //#endregion //# sourceMappingURL=loadContentDeclaration.d.ts.map