export declare enum cliCommandNames { BUILD = "build", DEVELOP = "develop", PREPARE = "prepare" } export declare const VERSION_SEPARATOR = "@"; export declare const DEFAULT_VERSION_NAME = "default"; export declare const VERSIONED_FOLDER_REGEXP_MATCH: RegExp; export declare const CONFIG_FILE_NAME = "redocly.yaml"; export declare const JWT_SECRET_KEY: string; export declare const I18N_DIR_NAME = "@i18n"; export declare const TRANSLATIONS_FILE_NAME = "translations.yaml"; export declare const RESERVED_DIR_NAMES: string[]; export declare const DEFAULT_TEAM_CLAIM_NAME = "https://redocly.com/sso/teams"; export declare const ALTERNATIVE_AUD_CLAIM_NAME = "https://redocly.com/auth/aud"; export declare const DEFAULT_PROVIDERS_LOGIN_URLS: { SAML2: string; OIDC: string; BASIC: string; }; export declare const TELEMETRY_ENDPOINT: any; export declare const TELEMETRY_ENABLED: boolean; export declare const CATALOG_OUTPUT_FILE_NAME = "catalog.json"; export declare const SCORECARD_OUTPUT_FILE_NAME = "scorecard.json"; export declare const SITEMAP_FILE_NAME = "sitemap.xml"; export declare const PORTAL_ID: string | undefined; export declare const ORG_ID: string | undefined; export declare const BH_API_PORTALS_URL: string | undefined; export declare const BH_API_PROJECTS_URL: string | undefined; export declare const FEEDBACK_API_URL: string; export declare const REGISTRY_APIS_API_URL: string | undefined; export declare const CACHE_CONTROL_NO_CACHE_HEADER_VALUE = "public, max-age=0, must-revalidate"; export declare const DEFAULT_IMMUTABLE_CACHE_MAX_AGE: number; export declare const AUTH_URL: string | undefined; //# sourceMappingURL=constants.d.ts.map