import { AuthCommand } from './authCommand'; export default class Validate extends AuthCommand { static coreCommand: boolean; static hidden: boolean; static readOnly: boolean; static idempotent: boolean; static description: string; static flags: { config: import("@oclif/core/interfaces").OptionFlag; 'verify-runtime-dependencies': import("@oclif/core/interfaces").BooleanFlag; }; run(): Promise; }