export interface ValidateCommandOptions { buildsOnly: boolean; depsOnly: boolean; fix: boolean; fixTsconfig: boolean; verbose: boolean; }