/** * Retrieves the base URL and API key for the Intuned AI Gateway. * Returns: * { baseUrl: string, apiKey: string }: An object containing the base URL and API key */ export declare function getAiGatewayConfig(): { baseUrl: string; apiKey: string; };