///
import * as models from "../models";
import { GameyeClient } from "./gameye";
/**
* Fetch the game state
*/
export declare function queryGame(this: GameyeClient): Promise;
/**
* Subscribe to the game state
*/
export declare function subscribeGame(this: GameyeClient): Promise;