export declare const isAbsoluteUrl: (url: string) => boolean; export declare const shortUrl: (url: string) => string; export declare const isEmailLink: (url: string) => boolean; export declare const isPhoneLink: (url: string) => boolean; export declare const validateLink: (url: string, domains: Record) => boolean;