import { ActorName, DataTypeMap } from '../types'; /** * Returns a descriptor with values based on the provided actor name and state * @param actorName the name of the actor * @param actorState the actor state object * @returns the described actor state */ export declare const describeActorState: (actorName: ActorName, actorState: Record | null) => DataTypeMap | null; //# sourceMappingURL=state.d.ts.map