import * as yargs from "yargs"; export declare const command = "validate-example "; export declare const describe = "Performs validation of x-ms-examples and examples present in the spec."; export declare const builder: yargs.CommandBuilder; export declare function handler(argv: yargs.Arguments): Promise; //# sourceMappingURL=validate-example.d.ts.map