import { Command, GlobalOptions } from '@boost/cli'; export declare type ValidateParams = [string]; export declare class Validate extends Command { run(name: string): Promise; } //# sourceMappingURL=Validate.d.ts.map