export declare type StateExecutorOutput = {
    json: string;
    Next?: string;
    End: boolean;
};
