/** * Golden command - Manage golden outputs for tool validation. * * Commands: * bellwether golden save --tool Save current output as golden * bellwether golden compare Compare against all golden outputs * bellwether golden list List all saved golden outputs * bellwether golden delete --tool Delete a golden output */ import { Command } from 'commander'; export declare const goldenCommand: Command; //# sourceMappingURL=golden.d.ts.map