/** * Allow http(s) and relative URLs; reject other schemes (e.g. javascript:). */ export declare class UrlUtils { static sanitize(url: unknown): string | null; }