import type { CamofoxClient } from "../client/camofox-client.js"; import type { GeminiTokens } from "../types.js"; export declare class TokenManager { private client; constructor(client: CamofoxClient); extractTokens(tabId: string, userId: string): Promise; isValid(tokens: GeminiTokens): boolean; } //# sourceMappingURL=token-manager.d.ts.map