export declare enum ProviderConfigurationFormat {
    Plain = "plain",
    Json = "json",
    Yaml = "yaml",
    Xml = "xml"
}
