/** * Calls cancel redux saga effect on root Petrus saga and therefore end all infinite loops within. * This cancel the saga returned from the `configure` method. * * @category Redux Action Creator */ export declare const terminate: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"@@petrus/TERMINATE">;