export declare enum ContributorRoleCode {
    ByAuthor,
    With,
    ScreenplayBy,
    LibrettoBy,
    LyricsBy,
    ByComposer,
    ByArtist,
    ByPhotographer,
    CreatedBy,
    FromAnIdeaBy,
    DesignedBy,
    IllustratedBy,
    PhotographsBy,
    TextBy,
    PrefaceBy,
    PrologueBy,
    SummaryBy,
    SupplementBy,
    AfterwordBy,
    NotesBy,
    CommentariesBy,
    EpilogueBy,
    ForewordBy,
    IntroductionBy,
    FootnotesBy,
    MemoirBy,
    ExperimentsBy,
    IntroductionAndNotesBy,
    SoftwareWrittenBy,
    BookAndLyricsBy,
    ContributionsBy,
    AppendixBy,
    IndexBy,
    DrawingsBy,
    CoverDesignOrArtworkBy,
    PreliminaryWorkBy,
    OriginalAuthor,
    MapsBy,
    InkedOrColoredBy,
    PaperEngineeringBy,
    ContinuedBy,
    Interviewer,
    Interviewee,
    ComicScriptBy,
    Inker,
    Colorist,
    Letterer,
    ResearchBy,
    OtherPrimaryCreator,
    EditedBy,
    RevisedBy,
    RetoldBy,
    AbridgedBy,
    AdaptedBy,
    TranslatedBy,
    AsToldBy,
    TranslatedWithCommentaryBy,
    SeriesEditedBy,
    EditedAndTranslatedBy,
    EditorInChief,
    GuestEditor,
    VolumeEditor,
    EditorialBoardMember,
    EditorialCoordinationBy,
    ManagingEditor,
    FoundedBy,
    PreparedForPublicationBy,
    AssociateEditor,
    ConsultantEditor,
    GeneralEditor,
    DramatizedBy,
    GeneralRapporteur,
    LiteraryEditor,
    ArrangedBy,
    TechnicalEditor,
    ThesisAdvisorOrSupervisor,
    ThesisExaminer,
    ScientificEditor,
    HistoricalAdvisor,
    OriginalEditor,
    TranslationRevisedBy,
    OtherAdaptationBy,
    CompiledBy,
    SelectedBy,
    NonTextMaterialSelectedBy,
    CuratedBy,
    OtherCompilationBy,
    Producer,
    Director,
    Conductor,
    Choreographer,
    OtherDirectionBy,
    Actor,
    Dancer,
    Narrator,
    Commentator,
    VocalSoloist,
    InstrumentalSoloist,
    ReadBy,
    PerformedByMusicalGroup,
    Speaker,
    Presenter,
    PerformedBy,
    FilmedPhotographedBy,
    Editor,
    OtherRecordingBy,
    AssistedBy,
    HonoredDedicatedTo,
    EnactingJurisdiction,
    PeerReviewed,
    VariousRoles,
    Other
}
