export declare enum ConfigurationFlag {
    ReadOnly = "readOnly",
    ContainsVariables = "containsVariables",
    Changed = "changed"
}
