import { default as Command } from '../command';
declare class Question extends Command {
    constructor(text?: string | null);
}
export default Question;
