export declare const urlDirName: (url: string) => string;
export declare const isExternalUrl: (urlString: string) => boolean;
