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

//#region src/cleanRemovedContentDeclaration.d.ts
declare const cleanRemovedContentDeclaration: (filePath: string, keysToKeep: string[], configuration: IntlayerConfig) => Promise<{
  changedDictionariesLocalIds: string[];
  excludeKeys: string[];
  hasRebuilt: boolean;
}>;
//#endregion
export { cleanRemovedContentDeclaration };
//# sourceMappingURL=cleanRemovedContentDeclaration.d.ts.map