import { StateTypeExecutor } from './StateTypeExecutor';
import { StateType } from './StateType';
export declare class StateTypeExecutorFactory {
    private static STATE_TYPE_MAP;
    static getExecutor(type: StateType): StateTypeExecutor;
}
