/**
* Helper function that turns the data/body of a request into a query param string.
* This is directly copied from jQuery.param.
*/exportdeclarefunctionserializeQueryParams(queryParamsObject: object | string): string;
exportdefault serializeQueryParams;