import { Struct } from '../typebase'; import { Ipv4 } from '../socket'; declare const in_addr: Struct; export interface Iin_addr { s_addr: Ipv4; } export default in_addr;