/** IP family versions for network requests */ export type IPFamily = 'IPv4' | 'IPv6';