export const BROWSER_TOOLS: any[] = []; export function createClaudeInChromeMcpServer(..._args: any[]): any { throw new Error('Not available'); } export function createClaudeForChromeMcpServer(...args: any[]): any { return createClaudeInChromeMcpServer(...args); } export function getClaudeInChromeMcpTransport(..._args: any[]): any { throw new Error('Not available'); } export type ClaudeForChromeContext = any; export type Logger = any; export type PermissionMode = any;