export interface HyperbrowserConfig { apiKey?: string; baseUrl?: string; timeout?: number; runtimeProxyOverride?: string; }