import { Actor, ActorType } from "./Actor.js"; declare class SystemActor implements Actor { type: ActorType; id: string; roles: string[]; static actor: SystemActor; } export { SystemActor }; //# sourceMappingURL=SystemActor.d.ts.map