import type { HttpSurfaceBuilder, HttpSurfaceConfig } from './types.js'; export declare function createHttpSurface(config: HttpSurfaceConfig): HttpSurfaceBuilder; //# sourceMappingURL=http.d.ts.map