export { checkMissing } from "./commands/check-missing";
export { removeUnusedKeys } from "./commands/clean";
export { replaceTranslation } from "./commands/replace";
export { translateMissing } from "./commands/scan";
export { syncLocales } from "./commands/sync-locales";
export { loadConfig } from "./lib/utils";
export type { CommandType, Configuration, GlobPatternConfig, } from "./lib/types";
//# sourceMappingURL=index.d.ts.map