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