/** * Token File Resolver * * Resolves token file paths for OAuth providers. */ export declare function isGeminiCliFamily(providerType: string): boolean; /** * Resolve token file path from auth configuration */ export declare function resolveTokenFilePath(auth: { tokenFile?: string; }, providerType: string): string;