import type { ParsedAddress } from './types.js'; export declare const isIPv4Mapped: (value: bigint) => boolean; export declare function parseAddress(value: unknown): ParsedAddress; export declare function formatAddress(value: bigint): string;