import type { Command } from "commander"; import type { Api } from "../../api.js"; export declare function registerEnvVarCommands(parent: Command, getApi: () => Api): void; //# sourceMappingURL=envVar.d.ts.map