import { StateBase } from "./state_base"; export declare class Start extends StateBase { isStart: boolean; constructor(name: string); }