import { DeviceRequest } from './DeviceRequest';
type Fetch = (input: string | URL | Request, init?: RequestInit) => Promise<Response>;
type DeviceFetch = (input: DeviceRequest, init?: RequestInit) => Promise<Response>;
export declare const fetchBuilder: (fetch: Fetch) => DeviceFetch;
export {};
//# sourceMappingURL=fetch-builder.d.ts.map