/** * History command for viewing baseline history in Bellwether Cloud. */ import { Command } from 'commander'; export declare const historyCommand: Command; /** * Diff command for comparing specific versions. */ export declare const diffCommand: Command; //# sourceMappingURL=history.d.ts.map