import FetchArgs from '../FetchArgs';
import ItemModel from '../ItemModel';
export default function urlParamsToFetchArgs<T>(defaultFetchArgs: FetchArgs, itemModel: ItemModel<T>, urlParamsPrefix: string | undefined, params: URLSearchParams): FetchArgs;
//# sourceMappingURL=urlParamsToFetchArgs.d.ts.map