import { InfinityMintIPFSOptions } from './interfaces'; export declare class IPFS { private kuboAvailable; private web3Storage; private favourKubo; private favourWeb3Storage; start(): Promise; add(data: any, fileName: string): Promise; uploadJson(obj: any, fileName?: string): Promise; /** * Returns the CID as an array buffer * @param cid * @returns */ get(cid: string): Promise; isKuboAvailable(): Promise; } export declare const isAllowingIPFS: () => boolean; export declare const getIPFSConfig: () => InfinityMintIPFSOptions; //# sourceMappingURL=ipfs.d.ts.map