/**
 * Test for the presence of an IPv4-mapped address embedded in an IPv6 address.
 *
 * @param address - IPv6 address
 * @returns true if it is an IPv4-mapped address, false otherwise.
 */
export declare function isIPv4Mapped(address: string): boolean;
export declare function getIPFromV4Mapped(address: string): string | null;
//# sourceMappingURL=v4mapped.d.ts.map