export declare class Input {
    private _choiceIndex;
    constructor(choiceIndex: number);
    get choiceIndex(): number;
    get isVoid(): boolean;
    static void(): Input;
}
//# sourceMappingURL=input.d.ts.map