import type http from 'node:http'; import type { ActorContext } from '../context.js'; export declare function handleGetState(_req: http.IncomingMessage, res: http.ServerResponse, _actor: ActorContext, _params: Record): Promise; //# sourceMappingURL=state.d.ts.map