export declare const RUNTIME_RESOURCES_DIR = "runtime"; export declare const PUBLIC_ASSETS_FOLDER = "/assets"; export declare const DEPRECATED_PUBLIC_API_DEFINITIONS_FOLDER = "/_spec"; export declare const PUBLIC_API_DEFINITIONS_FOLDER = "/_bundle"; export declare const PUBLIC_STATIC_FOLDER = "static"; export declare const LINK_ORIGINAL_ATTR_NAME = "redocly:::linkOriginal"; export declare const VERSION_SEPARATOR = "@"; export declare const DEFAULT_VERSION_NAME = "default"; export declare const VERSIONED_FOLDER_REGEXP_MATCH: RegExp; export declare const DEFAULT_THEME_PLUGIN_PATH = "@redocly/theme/plugin.js"; export declare const STYLES_FILE = "styles.css"; export declare const DEFAULT_PROJECT_PLUGIN_PATHS: string[]; export declare const JWT_SECRET_KEY: string; export declare const I18N_DIR_NAME = "@i18n"; export declare const L10N_DIR_NAME = "@l10n"; export declare const RESERVED_DIR_NAMES: string[]; export declare const ALTERNATIVE_AUD_CLAIM_NAME = "https://redocly.com/auth/aud"; export declare const CATALOG_OUTPUT_FILE_NAME = "catalog.json"; export declare const SCORECARD_OUTPUT_FILE_NAME = "scorecard.json"; export declare const PAGE_COUNT_OUTPUT_FILE_NAME = "page-count.json"; export declare const SITEMAP_FILE_NAME = "sitemap.xml"; export declare const LLMS_TXT_FILE_NAME = "llms.txt"; export declare const PROJECT_ID: string | undefined; export declare const PROJECT_SLUG: string | undefined; export declare const ORG_ID: string | undefined; export declare const ORG_SLUG: string | undefined; export declare const BH_API_PROJECTS_URL: string | undefined; export declare const BH_API_PROJECTS_URL_V2: string | undefined; export declare const ENTITLEMENTS_JWKS_URL: string; export declare const FEEDBACK_API_URL: string; export declare const ASK_AI_API_URL: string; export declare const SEMANTIC_SEARCH_API_URL: string; export declare const REGISTRY_APIS_API_URL: string | undefined; export declare const REGISTRY_APIS_PATHS_API_URL: string | undefined; export declare const CACHE_CONTROL_NO_CACHE_HEADER_VALUE = "no-store"; export declare const DEFAULT_IMMUTABLE_CACHE_MAX_AGE: number; export declare const AUTH_URL: string | undefined; export declare const DEFAULT_TITLE = "Developer Documentation"; export declare const SSR_RENDER_MODE: 'worker' | 'main'; export declare const SSR_WORKERS_MIN: number; export declare const SSR_WORKERS_MAX: number; export declare const BEGIN_CERTIFICATE_DELIMITER = "-----BEGIN CERTIFICATE-----"; export declare const END_CERTIFICATE_DELIMITER = "-----END CERTIFICATE-----"; export declare const TELEMETRY_ENDPOINT: string; export declare const TELEMETRY_ENABLED: boolean; export declare const OTEL_TRACES_DEV_URL = "http://localhost:4318/v1/traces"; export declare const OTEL_EXCLUDED_ROUTES: "/_health"[]; export declare const SERVER_EDITOR_APP_URL: string; export declare const ALLOWED_CORS_ORIGINS: string[]; //# sourceMappingURL=common.d.ts.map