import type { Command } from 'commander';
/** Generate action */
export declare function createGenerateActionCommand(program: Command): void;
