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.
 */
declare const processContentDeclarationContent: (dictionary: Dictionary) => Promise<any>;
//#endregion
export { processContentDeclarationContent };
//# sourceMappingURL=processContentDeclarationContent.d.ts.map