/**
 * 判断是不是一个 url
 * @param  {string|undefined} path
 * @returns boolean
 */
export declare const isUrl: (path: string | undefined) => boolean;
