import { b as ClientEventFrom, u as AnyActorKitStateMachine, v as CallerSnapshotFrom, y as CallerType } from "./types-C31KX9CW.mjs"; import { StateValueFrom } from "xstate"; //#region src/createAccessToken.d.ts declare const createAccessToken: ({ signingKey, actorId, actorType, callerId, callerType }: { signingKey: string; actorId: string; actorType: string; callerId: string; callerType: CallerType; }) => Promise; //#endregion //#region src/createActorFetch.d.ts declare function createActorFetch({ actorType, host }: { actorType: string; host: string; }): (props: { actorId: string; accessToken: string; input?: Record; waitForEvent?: ClientEventFrom; waitForState?: StateValueFrom; timeout?: number; errorOnWaitTimeout?: boolean; }, options?: RequestInit) => Promise<{ snapshot: CallerSnapshotFrom; checksum: string; }>; //#endregion export { createAccessToken, createActorFetch }; //# sourceMappingURL=server.d.mts.map