import * as yargs from "yargs"; export declare const command = "traffic-convert "; export declare const describe = "Convert a folder files to traffic files"; export declare const builder: yargs.CommandBuilder; export declare function handler(argv: yargs.Arguments): Promise; //# sourceMappingURL=traffic-converter.d.ts.map