/** * Baseline command - Manage baseline runs for regression detection */ import { Command } from 'commander'; /** * Create the main baseline command with subcommands */ export declare function baselineCommand(): Command; //# sourceMappingURL=baseline.d.ts.map