export declare function IsValidIpfsUrl(url: string): boolean; /** * Converts an IPFS URL to a standardized HTTPS URL using a public IPFS gateway. * * @param url The original URL * @returns https:// URL for the media * @link https://docs.ipfs.tech/how-to/address-ipfs-on-web/ - for more details. */ export declare function convertIpfsToHttps(url?: string): string | undefined; //# sourceMappingURL=ipfs.d.ts.map