import * as yargs from "yargs"; export declare const command = "generate-examples [spec-path]"; export declare const describe = "Generate swagger examples from real payload records."; export declare const builder: yargs.CommandBuilder; export declare function handler(argv: yargs.Arguments): Promise; //# sourceMappingURL=generate-examples.d.ts.map