export interface ValidateOptions { iteration?: string; task?: string; type?: string; fix?: boolean; strict?: boolean; format?: string; } export declare function validateCommand(options: ValidateOptions): Promise; //# sourceMappingURL=validate.d.ts.map