/** * Re-exports the `tldts` library as a single named object for URL hostname parsing, * domain extraction, and public suffix lookups. * * @see https://www.npmjs.com/package/tldts */ import * as _tldts from "tldts"; export declare const tldts: typeof _tldts;