/** * checks if a given string is a absolute url or not */ declare function isAbsoluteURL(path: any): boolean; export default isAbsoluteURL;