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

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