import FetchArgs from '../FetchArgs';
import ItemModel from '../ItemModel';
export default function fetchArgsToUrlParams<T>(itemModel: ItemModel<T>, urlParamsPrefix: string | undefined, currentSearch: ConstructorParameters<typeof URLSearchParams>[0], fetchArgs: FetchArgs): URLSearchParams;
//# sourceMappingURL=fetchArgsToUrlParams.d.ts.map