import * as yargs from "yargs"; export declare const command = "validate-traffic "; export declare const describe = "Validate traffic payload against the spec."; export declare const builder: yargs.CommandBuilder; export declare function handler(argv: yargs.Arguments): Promise; //# sourceMappingURL=validate-traffic.d.ts.map