export declare const numberToQueryString: (val: {
    toLocaleString: () => void;
}) => void;
