export declare function parseIPV4ToString(ipAddress: number): string;
export declare function parseIPV4ToNumber(ipAddress: string): number;
export declare function paseIPV4ToUInt32(ip: string): number;
export declare function isIPv4(ip: string): boolean;
export declare function isIPv6(ip: string): boolean;
export declare function determineIPType(ip: string): number;
export declare function getTurnServerIP(str: string): string;
