import { IExposeApiOptions } from "./model/IExposeApiOptions"; import { ICreateProxyOptions } from "./model/ICreateProxyOptions"; export declare const proxycom: { exposeApi: ({ apiConfig, api, transport }: IExposeApiOptions) => void; createProxy: ({ apiConfig, transport }: ICreateProxyOptions) => import("./model/IApiProxy").IApiProxy; };