export declare function network(s: string, throwErrors?: boolean): { bytes: number[]; cidr: number; } | null; export declare function v4AddrToBytes(old: string): number[] | null; export declare function v6AddrToBytes(s: string): number[] | null;