export declare const API_CONFIG: {
    baseUrl: string;
    apiKey: string;
    mcpServerId: string;
    mcpServerUrl: string;
};
