/** * format url * @param url * @param hashType */ declare const formatUrl: (url: string, hashType?: boolean) => string; export default formatUrl;