import type { CoreStore } from "@stackflow/core"; import type { Actions } from "./Actions"; export declare function makeActions(getCoreActions: () => CoreStore["actions"] | undefined): Actions; //# sourceMappingURL=makeActions.d.ts.map