/** * Generate CLI Command for Core Build * Generates test plans and other artifacts * @requirement REQ-V2-022 - Generate command */ import { Command } from 'commander'; /** * Register generate command * @requirement REQ-V2-022 - CLI generate command */ export declare function registerGenerateCommand(program: Command): void;