export declare class StringUtils { static checkIfPathLocation(str: string): 'url' | 'absolute' | 'relative' | 'glob' | 'unknown'; }