import type { EntitiesCatalogConfig } from '@redocly/config'; export declare const ENTITY_SCHEMA_EXCLUDED_FOLDERS: string[]; export declare const ENTITIES_MAP_GLOBAL_DATA_KEY = "catalog:entitySources"; export declare const CATALOG_FILTERS_CACHE_NAMESPACE = "catalog-filters"; export declare const CATALOG_FILTERS_CACHE_TTL_IN_SECONDS: number; export declare const CATALOG_ENTITIES_DEFAULT_CONFIG: EntitiesCatalogConfig; export declare const CATALOG_ENTITIES_FILES_REGEX: RegExp; export declare const ALLOWED_CATALOG_QUERY_PARAMS: readonly ["after", "before", "sort", "filter", "search", "limit", "skip"]; export declare const SQLD_REMOTE_DATABASE_URL_NO_DEPLOYMENT_YET_VAR = "NO_SQLD_DEPLOYMENT_YET"; //# sourceMappingURL=catalog-entities.d.ts.map