import { AvatarOptions } from '../types/records'; /** * Resolve avatar record to HTTP-accessible URL * Handles: ipfs://, ar://, arwv://, http(s)://, data:, and NFT formats * * NFT formats supported: * - mpl: - Metaplex Token Metadata * - core: - Metaplex Core * - eip155:/:/ - EVM NFTs (ERC-721/ERC-1155) * * @param record The raw avatar record value * @param options Gateway URLs for IPFS/Arweave/NFT * @returns HTTP-accessible URL or null */ export declare function resolveAvatarUrl(record: string, options?: AvatarOptions): string | null; //# sourceMappingURL=avatar.d.ts.map