export declare enum ExtractionFileFormat {
    Zip = "zip",
    Xml = "xml",
    Text = "text",
    Json = "json"
}
