import { UserParticipant } from "./UserParticipant"; export declare class VariablePerformer extends UserParticipant { name: string; varValue: string; varType: string; relation: string; }