/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export declare type AuthorAssociationAsResponse = "COLLABORATOR" | "CONTRIBUTOR" | "FIRST_TIMER" | "FIRST_TIME_CONTRIBUTOR" | "MANNEQUIN" | "MEMBER" | "NONE" | "OWNER"; //# sourceMappingURL=AuthorAssociationAsResponse.d.ts.map