/**
 * @module cms
 * @description A list of content collection types for Synotech CMS
 */
export declare const cms: readonly ["insights", "pages", "users", "categories", "components", "clients", "downloads", "elements", "downloads", "widgets", "faqs", "events", "galleries", "heros", "jobs", "media", "prompts", "statistics", "subscribers", "taxonomies", "teams", "settings"];
export declare type Cms = (typeof cms)[number];
