import type { APIClient } from '../../@unbounce/http-client'; import type { ApiProxyRequestBody, ApiProxyResponsePayload } from '../types'; export declare const apiProxyFetch: (apiClient: APIClient, credentialsId: string, body: ApiProxyRequestBody) => Promise;