import { Command } from 'commander';
export declare const GENERATE_TYPES_COMMAND = "generate-types";
/**
 * Generates typings and helper methods based on a set of content type definitions.
 *
 * @param program
 */
export declare function generateTypesCommand(program: Command): Command;
