export declare enum KalturaGenericDistributionProviderParser {
    regex = 3,
    xpath = 2,
    xsl = 1,
}
