import { ClassType, IClassRef, IEntityRef } from '@allgemein/schema-api'; export declare const K_CLS_USE_API = "use_api"; export declare const K_CLS_API = "api"; export declare const TYPEXS_NAME = "typexs"; export declare const CONFIG_NAMESPACE = "typexs"; export declare const K_WORKDIR = "workdir"; export declare const C_SKIP_BUILDS = "skipBuilds"; export declare const C_RAW = "raw"; export declare const C_LABEL = "label"; export declare const C_ENTITY_LABEL = "entity_label"; export declare const C_$LABEL = "$label"; export declare const __DEFAULT__ = "__default__"; export declare const K_CLS_ACTIVATOR = "activator.js"; export declare const K_CLS_BOOTSTRAP = "bootstrap.js"; export declare const K_CLS_COMMANDS = "commands"; export declare const K_CLS_GENERATORS = "generators"; export declare const K_CLS_SCHEDULE_ADAPTER_FACTORIES = "scheduler-factories"; export declare const K_CLS_STORAGE_SCHEMAHANDLER = "storage.schemahandler.adapters"; export declare const K_CLS_CACHE_ADAPTER = "cache.adapters"; export declare const K_CLS_EVENTBUS_ADAPTER = "eventbus.adapters"; export declare const K_CLS_STORAGE_TYPES = "storage.types"; export declare const K_CLS_ENTITIES_DEFAULT = "entity.default"; export declare const K_CLS_EXCHANGE_MESSAGE = "exchange.messages"; export declare const C_EVENTBUS = "eventbus"; export declare const C_CONFIG = "config"; export declare const C_ENTITY = "entity"; export declare const K_DEFAULT_FRAMEWORK = "_defaultFramework"; export declare const APP_SYSTEM_DISTRIBUTED = "app.system.distributed"; export declare const APP_SYSTEM_UPDATE_INTERVAL = "app.system.updateInterval"; export declare const XS_P_$COUNT = "$count"; export declare const XS_P_$LIMIT = "$limit"; export declare const XS_P_$OFFSET = "$offset"; export declare const __NODE_ID__ = "__nodeId__"; export declare const __CLASS__ = "__CLASS__"; export declare const __REGISTRY__ = "__NS__"; export declare const C_KEY_SEPARATOR = ":"; export declare const C_STORAGE_DEFAULT = "storage.default"; export declare const C_CONFIGURATION_FILTER_KEYS_KEY = "config.hide.keys"; export declare const C_CONFIG_FILTER_KEYS: string[]; export declare type CLS_DEF = string | Function | ClassType | IClassRef | IEntityRef; /** * Entity option signals that entity is generate by an other */ export declare const K_ENTITY_BUILT = "_built_";