import { AxiosRequestConfig } from 'axios';
export declare function createSearchParams(input: Record<string, string | null | undefined>): URLSearchParams;
export declare const joinQuery: (query: Record<string, number | string | boolean | undefined>) => string;
export declare const paramsSerializer: (searchObj?: Record<string, any>) => Record<string, any>;
export declare const removeFunctionField: (target: AxiosRequestConfig) => Record<string, any>;
