/** * Create Extractor Command * * Interactive scaffold generator for vibe-validate extractor plugins. * Creates a fully-functional plugin directory with tests, samples, and documentation. */ import type { Command } from 'commander'; export declare function createExtractorCommand(program: Command): void; /** * Show verbose help with detailed documentation */ export declare function showCreateExtractorVerboseHelp(): void; //# sourceMappingURL=create-extractor.d.ts.map