/** * Baseline commands - manage baselines for drift detection. * * Subcommands: * - save [path] Save test results as baseline * - compare Compare test results against baseline * - show [path] Display baseline contents * - diff Compare two baseline files * - accept Accept detected drift as intentional */ import { Command } from 'commander'; export declare const baselineCommand: Command; //# sourceMappingURL=baseline.d.ts.map