import { CommandModule } from 'yargs'; import { CommandArguments } from '../arguments'; export interface EnvCommandArguments extends CommandArguments { subcmd: string[]; schemaValidate: boolean; } export declare const envCommand: CommandModule; //# sourceMappingURL=env.command.d.ts.map