interface Options { readonly baseUrl: string; } export declare function buildInfrastructure(options: Options): { readonly httpAdapter: { readonly request: (path: string, init: RequestInit) => Promise>; readonly parseResponseBody: (response: Response) => Promise>; }; }; export type Infrastructure = ReturnType; export {}; //# sourceMappingURL=mod.d.ts.map