export declare const enum BuildType {
    ACTIONS = "actions",
    WIDGETS = "widgets",
    UI = "ui",
    FUNCTIONS = "functions"
}
