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