/**
 * Checks if the URL starts with a tilde followed by a digit, '@', or a letter (case-insensitive)
 * @param url
 * @returns
 */
export declare const hasModuleSpecifier: (url: string) => boolean;
export declare const getUrlOfPartial: (url: string) => string;
export declare const normalizeUrl: (url: string) => string;
