import { InvokeEndpointInput } from './invoke-endpoint'; export type InvokeRemoteInput = InvokeEndpointInput; export declare const invokeRemote: (input: InvokeRemoteInput) => Promise; //# sourceMappingURL=invoke-remote.d.ts.map