export declare enum AppearanceGeneration {
    Never = "Never",
    Always = "Always",
    NonStandard = "nonStandard"
}
