/** * App item types for framework models. */ export declare enum ItemType { BRANDING = "branding", LAYOUT = "layout", REGION = "region", TRANSIENT = "transient" }