/** * Upload command for uploading baselines to Bellwether Cloud. * * Can read baseline path from bellwether.yaml config. */ import { Command } from 'commander'; export declare const uploadCommand: Command; //# sourceMappingURL=upload.d.ts.map