/** Prefix for system internal adapter and instance ids */ export declare const SYSTEM_ADAPTER_PREFIX = "system.adapter."; /** Prefix for host object ids */ export declare const SYSTEM_HOST_PREFIX = "system.host."; /** The system repositories id */ export declare const SYSTEM_REPOSITORIES_ID = "system.repositories"; /** The system config id */ export declare const SYSTEM_CONFIG_ID = "system.config"; /** Unicode symbol to be appended on endkey of getObjectView */ export declare const HIGHEST_UNICODE_SYMBOL = "\u9999"; /** Default limit for generating a warning if exceeding the number of objects per instance */ export declare const DEFAULT_OBJECTS_WARN_LIMIT = 5000; //# sourceMappingURL=constants.d.ts.map