export declare enum StreamingFormat {
    Default = "default",
    Html = "html"
}
