/** * Get the token file path for the current API server. * * Priority: * 1. API_TOKEN_FILE env var (explicit override) * 2. Server-specific file in ~/.logspace/mcp/tokens/.json * 3. Falls back to legacy path ~/.logspace/mcp/token.txt if it exists and no server-specific file found */ export declare function getTokenFilePath(apiBaseUrl?: string): string; /** * Get the legacy token file path for migration purposes. */ export declare function getLegacyTokenFilePath(): string; export declare function getTokensDir(): string; //# sourceMappingURL=tokenPath.d.ts.map