declare const _default: {
new (init?: string | Record<string, string> | string[][] | URLSearchParams): URLSearchParams;
prototype: URLSearchParams;
} | typeof AxiosURLSearchParams;
export default _default;
import AxiosURLSearchParams from '../../../helpers/AxiosURLSearchParams.js';