import { Command } from'commander';
exportdeclareconstGENERATE_TYPES_COMMAND = "generate-types";
/**
* Generates typings and helper methods based on a set of content type definitions.
*
* @paramprogram
*/exportdeclarefunctiongenerateTypesCommand(program: Command): Command;