import type { CommandContext } from "../commandHandler.js";
import type { ExecuteResult } from "../result.js";
export declare function printEnvCommand(context: CommandContext): ExecuteResult | Promise<ExecuteResult>;
//# sourceMappingURL=printenv.d.ts.map