/** * Utilities vendored from persona-web front-end/lib/utils/url.ts */ /** * Gets the root domain for given hostname. * Handles edge cases like localhost, IP addresses, and complex TLD structures. */ export declare const getRootDomain: (str: string) => string;