import { IntlayerConfig } from "@intlayer/types/config"; import { Dictionary } from "@intlayer/types/dictionary"; //#region src/buildIntlayerDictionary/processContentDeclaration.d.ts /** * Function to load, process the module and return the Intlayer Dictionary from the module file */ export declare const processContentDeclaration: (contentDeclaration: Dictionary, configuration: IntlayerConfig) => Promise; //#endregion //# sourceMappingURL=processContentDeclaration.d.ts.map