import { UserParticipant } from "./UserParticipant"; export declare class PositionParticipant extends UserParticipant { positionType: string; isRequired?: boolean; }