/** * Returns the env addition for spawning claude under the given account, * or null if no API-key fallback should kick in. The returned env is * **additive** — the caller is responsible for merging it with `process.env`. */ export declare function fallbackEnvFor(email: string, accountsDirPath: string): NodeJS.ProcessEnv | null;