import type { Game as WCGame } from "../../../../../engine/Game"; import type { Network } from "../../../../../engine/Network"; export declare const fakeGame: (props?: { network: Network; } | undefined) => WCGame;