export declare class InteractionEventRefsDTO {
    objects?: string[];
    sources?: string[];
}
