export interface EnvCommandOptions { strict?: boolean; json?: boolean; } export declare function runEnvCommand(options: EnvCommandOptions): Promise;