import { AuthenticatedCommand } from '../../common/authenticated-command.js'; export declare class Validate extends AuthenticatedCommand { static args: {}; static description: string; static examples: { command: string; description: string; }[]; static flags: { file: import("@oclif/core/lib/interfaces/parser.js").OptionFlag; }; run(): Promise; } //# sourceMappingURL=validate.d.ts.map