import { BaseBuildCommand } from './BaseBuildCommand'; export declare class ValidateCommand extends BaseBuildCommand { validate(): Promise; }