import { StateBase } from "./state_base"; export declare class SimpleState extends StateBase { }