/** List of required agreements to activate the lab */
export interface LabAgreements {
    /** List of agreements already accepted to activate the lab */
    accepted: number[];
    /** List of agreements to accept before activate the lab */
    toAccept: number[];
}
//# sourceMappingURL=LabAgreements.d.ts.map