export declare type FormattedIpfsData = { league: string; country: string; participants: { name: string; image: string; }[]; leagueId: number; countryId: number; sportTypeId: number; }; declare const fetchGameIpfsData: (ipfsHash: string) => Promise; export default fetchGameIpfsData; //# sourceMappingURL=fetchGameIpfsData.d.ts.map