import { BikeTagClient } from '../client';
import { getGamePayload } from '../common/payloads';
import { Game } from '../common/schema';
import { BikeTagApiResponse } from '../common/types';
export declare function getGame(client: BikeTagClient, payload: getGamePayload): Promise<BikeTagApiResponse<Game[]>>;
