export declare function isPrivateIPv4(address: string): boolean; export declare function getAddressFromIceCandidate(candidate: string): string | undefined;