import { IntlayerConfig } from "@intlayer/types/config";

//#region src/handleContentDeclarationFileChange.d.ts
declare const handleContentDeclarationFileChange: (filePath: string, config: IntlayerConfig) => Promise<void>;
//#endregion
export { handleContentDeclarationFileChange };
//# sourceMappingURL=handleContentDeclarationFileChange.d.ts.map