export declare enum SupportEntryGroup {
    Config = "config",
    Init = "init",
    Logs = "logs"
}
