import { CallProps } from "./api.types"; export declare const remoteCall: (endpointWithPath: string, params?: CallProps) => Promise;