declare const urlToList: (url: any) => any; declare const isUrl: (path: any) => boolean; export { urlToList, isUrl };