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