export declare const ENTITIES_DIR = "entities"; export declare const BASE_ENTITIES_DIR = "base"; export declare const ENUMS_DIR = "enums"; export declare const ENUMS_FILE = "enums"; export declare const CUBA_APP_NAME = "cubaApp"; export declare const CUBA_APP_TYPE = "CubaApp"; export declare const FETCH_OPTIONS_TYPE = "FetchOptions"; export declare const SERIALIZED_ENTITY_TYPE = "SerializedEntity"; export declare const ENTITIES_WITH_COUNT_TYPE = "EntitiesWithCount"; export declare const FETCH_OPTIONS_NAME = "fetchOpts"; export declare const CUBA_APP_MODULE_SPEC = "@cuba-platform/rest";