import { type GamesQuery } from '@azuro-org/toolkit';
type Data = GamesQuery['games'][0];
type Result = Record<string, Data>;
export declare const batchFetchGames: (gameIds: string[], gqlLink: string) => Promise<Result>;
export {};
