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