import type { APIConfig } from '../../@unbounce/http-client'; declare type APIContextProps = { apiConfig: APIConfig; setApiConfig: (newConfig: APIConfig) => void; apiClient: (input: RequestInfo | URL, init?: RequestInit | undefined) => Promise; }; export declare const ApiContext: import("../../index.js").VendorContext; export {};