import type { ApiRequestMessage, ApiResponseMessage } from './messages.js'; import type { RelayConfig } from './config.js'; /** * Handle an API request from the cloud by proxying it to the appropriate target. * Uses the path-prefix dispatcher to route to matched targets, falling back to orchestratorUrl. */ export declare function handleApiRequest(request: ApiRequestMessage, config: RelayConfig): Promise; //# sourceMappingURL=proxy.d.ts.map