/** * Resolve the directory the CLI uses for tokens, profile config, and gitea * tokens. Honors `QUONFIG_CONFIG_HOME` so tests (and anyone who wants an * isolated config dir) can redirect away from `~/.quonfig/`. */ export declare const getQuonfigConfigHome: () => string;