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