import { type ChainId, type GameData } from '@azuro-org/toolkit';
type Result = Record<string, GameData>;
export declare const batchFetchGames: (gameIds: string[], chainId: ChainId) => Promise<Result>;
export {};
