import { AbstractAction } from './AbstractAction';
export declare class NextPlayerThrowDiceAction extends AbstractAction {
    constructor(playerName: string, message: string);
}
