import {AddressTarget, ResolveOptions} from "tc-shared/dns"; import {ServerAddress} from "tc-shared/ui/server"; export function supported(); export function resolve_address(address: ServerAddress, options?: ResolveOptions) : Promise; export function resolve_address_ipv4(address: string) : Promise;