import { u as AnyActorKitStateMachine, v as CallerSnapshotFrom } from "./types-C31KX9CW.mjs"; import { t as createActorKitContext } from "./createActorKitContext-Dfz-tllh.mjs"; import React from "react"; import { StoryContext, StoryFn } from "@storybook/react"; //#region src/withActorKit.d.ts declare const withActorKit: ({ actorType, context }: { actorType: string; context: ReturnType>; }) => (Story: StoryFn, storyContext: StoryContext) => React.ReactElement; //#endregion //#region src/storybook.d.ts interface ActorKitParameters { actorKit: { [K: string]: { [actorId: string]: CallerSnapshotFrom; }; }; } type StoryWithActorKit = { parameters: ActorKitParameters; }; //#endregion export { ActorKitParameters, StoryWithActorKit, withActorKit }; //# sourceMappingURL=storybook.d.mts.map