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