/** Returns true if `url` is external (i.e. Starts with "http" or "//") */ export declare const isExternalUrl: (url?: string) => boolean;