import { Command } from "../cli/command"; import { BaseGenerateArguments } from "./generate"; export declare type ValidateArguments = BaseGenerateArguments; export declare const validateCmd: Command;