import * as Schema from "effect/Schema";
declare const EventActor_base: Schema.Class<EventActor, {
    ID: typeof Schema.String;
    Attributes: Schema.NullOr<Schema.Record$<typeof Schema.String, typeof Schema.String>>;
}, Schema.Struct.Encoded<{
    ID: typeof Schema.String;
    Attributes: Schema.NullOr<Schema.Record$<typeof Schema.String, typeof Schema.String>>;
}>, never, {
    readonly ID: string;
} & {
    readonly Attributes: {
        readonly [x: string]: string;
    } | null;
}, {}, {}>;
export declare class EventActor extends EventActor_base {
}
export {};
//# sourceMappingURL=EventActor.generated.d.ts.map