#!/usr/bin/env node
import { Command } from 'commander';
export declare function replaceTranslationStrings(options: {
    path: string;
    keysFile: string;
    backup: boolean;
    dryRun: boolean;
    verbose: boolean;
}): Promise<void>;
export declare function createReplaceCommand(): Command;
