import { isFQDNRes } from "@/validator/http/typings.d"; declare const isMX: (str: string, lang?: string) => isFQDNRes; export default isMX;