class GetAddrInfoReqWrap extends AsyncWrapimport { GetAddrInfoReqWrap } from "https://dotland.deno.dev/std@0.116.0/node/internal_binding/cares_wrap.ts"; ConstructorsnewGetAddrInfoReqWrap()Propertiescallback: (err: ErrnoException | null,addressOrAddresses?: string | LookupAddress[] | null,family?: number,) => voidfamily: numberhostname: stringoncomplete: (err: number | null, addresses: string[]) => void