import { StateActions } from "../types";
declare type PhaseStateAction = StateActions & {
    execute(): void;
};
export { PhaseStateAction };
