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