import { APIResponse, RequestInit } from '../index'; declare type InvokeEndpointOptions = { path: string; }; export declare function invokeRemote(remoteKey: string, options: RequestInit & InvokeEndpointOptions): Promise; export declare function invokeService(serviceKey: string, options: RequestInit & InvokeEndpointOptions): Promise; export {}; //# sourceMappingURL=endpoint.d.ts.map