import { Game } from './Game'; export declare function CreateGame(...settings: { (): void; }[]): Promise; //# sourceMappingURL=CreateGame.d.ts.map