import { CRUDEventData } from "./crud.event"; export declare abstract class ValueObjectDroppedEventData extends CRUDEventData { private _valueObjectKey; constructor(droppedBy: string, _valueObjectKey: string, entityID?: string, aggregateRootID?: string); get valueObjectKey(): string; }