/** * `cortex whoami` — print the active credentials + mode. Useful for * confirming which Cortex an `MCP add` will hit, and for surfacing * env-var overrides so an operator running in CI knows the file isn't * the source of truth. * * Never prints the bearer. Surfaces the credentials path so the user * can `cat` it themselves when they need to debug. */ export declare function runWhoami(_args: string[]): Promise; //# sourceMappingURL=whoami.d.ts.map