import { Command } from 'commander';
export declare function registerCreateCommand(program: Command): void;
