export declare enum RunType {
    Undefined = -1,
    TextRun = 1,
    ParagraphRun = 2,
    SectionRun = 3,
    FieldCodeStartRun = 4,
    FieldCodeEndRun = 5,
    FieldResultEndRun = 6,
    AnchoredPictureRun = 7,
    AnchoredTextBoxRun = 8,
    InlinePictureRun = 9,
    InlineTextBoxRun = 10,
    LayoutDependentRun = 11,
    FootNoteRun = 12,
    EndNoteRun = 13,
    NoteSeparatorRun = 14,
    NoteContinuationSeparatorRun = 15
}
