export type ValidateFormat = 'text' | 'junit' | 'json'; export declare function validateCommand(projectDir?: string, options?: { format?: ValidateFormat; output?: string; } & Record): Promise; //# sourceMappingURL=validate.d.ts.map