export declare enum DocumentFormatApi {
    PlainText = 1,
    Rtf = 2,
    Html = 3,
    OpenXml = 4
}
