/** * Returns the trimmed URL when its scheme is on the allowlist, undefined * otherwise (including scheme-less/relative targets — those are not external * links for a converted document). */ export declare function sanitizeHref(href: string): string | undefined;