export declare const ALLOW_DOMAIN_URL: string[];
export declare const isInternalLink: (url?: string) => boolean;
