export type NetworkResponse = { headers: Record; body: T; status: number; }; //# sourceMappingURL=NetworkResponse.d.ts.map