import { StateBase } from "./state_base"; export declare class End extends StateBase { isEnd: boolean; }