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