export declare function getApiBase(): string; export declare function getToken(): string | null; export declare function resolveApiUrl(path: string): string; /** fetch with Bearer token; relative paths resolve against {@link getApiBase}. */ export declare function apiFetch(input: RequestInfo | URL, init?: RequestInit): Promise; /** Typed POST adapter for the canonical Plugin Runtime Console RPC endpoint. */ export declare function consoleRpc(type: string, data?: Readonly>): Promise; //# sourceMappingURL=remoteApi.d.ts.map