/**
 * Converts IPFS URIs to HTTP URLs for fetching
 */
export declare function formatPotentialIpfsUrl(url: string): string;
