import { Command } from 'commander';
export declare const GENERATE_MESSAGES_COMMAND = "generate-messages";
/**
 * Returns a command that generates a typescript message file from NLS JSON input sources.
 *
 * @param program - the driver
 * @return the command
 */
export declare function generateMessagesCommand(program: Command): Command;
