declare const getUrlString: <S extends Record<string | number, any>>(states: S) => string;
export default getUrlString;
