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