import { Dictionary } from "@intlayer/types/dictionary"; //#region src/writeContentDeclaration/processContentDeclarationContent.d.ts /** * Process content declaration content * * It filter node that are autogenerated by intlayer to do not rewrite them in the content declaration file. * * And write external sources as file content if necessary. */ export declare const processContentDeclarationContent: (dictionary: Dictionary) => Promise; //#endregion //# sourceMappingURL=processContentDeclarationContent.d.ts.map