import { IWorkflowQuestion } from 'dotup-ts-node-skills-workflows'; import { GameModel } from './Game/GameModel'; export declare namespace GameWorkflowQuestions { const numberOfPlayers: IWorkflowQuestion; const playerNames: IWorkflowQuestion; const roundsToPlay: IWorkflowQuestion; const readyToPlay: IWorkflowQuestion; }