/** * CLI Command: env-debug * * Show which environment file is being used and display all Jira-related env vars */ import { Command } from "commander"; export declare const envDebugCommand: Command; //# sourceMappingURL=env-debug.d.ts.map