export declare const API_CONFIG: {
    readonly BASE_URL: "https://api.exa.ai";
    readonly ENDPOINTS: {
        readonly SEARCH: "/search";
    };
    readonly RESEARCH_ENDPOINT: "https://api.exa.ai/research/v0/tasks";
    readonly WEBSETS_ENDPOINT: "https://api.exa.ai/websets/v0";
    readonly DEFAULT_NUM_RESULTS: 5;
    readonly DEFAULT_MAX_CHARACTERS: 3000;
    readonly REQUEST_TIMEOUT: 30000;
};
//# sourceMappingURL=config.d.ts.map