export interface BridgeRequestOptions { baseUrl?: string; timeoutMs?: number; } export declare function requestJson(method: string, pathname: string, body?: unknown, options?: BridgeRequestOptions): Promise; export declare function probeBridge(baseUrl?: string): Promise; //# sourceMappingURL=http-client.d.ts.map