import type { IsFQDNConfig, isFQDNRes } from './typings.d'; declare const isDomain: (params?: { str: string; lang?: string; config?: Partial; }) => isFQDNRes; export default isDomain;