import { CommandModule } from 'yargs';
interface NewTemplateArgv {
    template: string;
    annotate: boolean;
    type: 'js' | 'json';
    experimental: boolean;
}
declare const _default: CommandModule<object, NewTemplateArgv>;
export default _default;
