import ZenCommand from '../shared/zen-command.js'; export default class Validate extends ZenCommand { static description: string; static hidden: boolean; static flags: { [x: string]: import("@oclif/core/interfaces").Flag; }; static args: { folder: import("@oclif/core/interfaces").Arg>; }; run(): Promise; } //# sourceMappingURL=validate.d.ts.map