/** * Unix-socket HTTP transport — BROWSER STUB. * * The package.json `exports` map routes browser builds here so that no * `node:http` import ever lands in a browser bundle. If a browser caller * mistakenly sets `agentSocketPath`, the SDK throws a clear error rather * than silently importing Node modules that don't exist in the browser. */ export declare function fetchViaUnixSocket(_socketPath: string, _path: string, _init: { method: string; headers: Record; body?: string; timeoutMs: number; signal: AbortSignal; }): Promise; //# sourceMappingURL=unix-socket.browser.d.ts.map