export default function detectExternalLink (linkToCheck: string, options: configOptions): boolean; export type configOptions = { hosts?: string[]; };