/** * trace validate - Validate traces against workflow.json definitions */ import { Command } from 'commander'; export declare function createValidateCommand(): Command; //# sourceMappingURL=validate.d.ts.map