export const BUILD_OUT_ROOT: string; export const DEFAULT_FLAW_LEVELS: string; export const RARI: boolean; export const BASE_URL: string; export const FILES: string; export const FOLDERSEARCH: string; export const GOOGLE_ANALYTICS_MEASUREMENT_ID: string; export const NO_PROGRESSBAR: boolean; export const FIX_FLAWS: boolean; export const FIX_FLAWS_DRY_RUN: boolean; export const FIX_FLAWS_TYPES: Set; export const FIX_FLAWS_VERBOSE: boolean; export const ALWAYS_ALLOW_ROBOTS: boolean; export const CONTENT_ROOT: string; export const CONTENT_TRANSLATED_ROOT: string; export const CONTRIBUTOR_SPOTLIGHT_ROOT: string; export const BLOG_ROOT: string; export const CURRICULUM_ROOT: string; export const GENERIC_CONTENT_ROOT: string; export const REPOSITORY_URLS: { [path: string]: string; }; export const ROOTS: string[]; export const MAX_FILE_SIZE: number; export const LIVE_SAMPLES_BASE_URL: string; export const LEGACY_LIVE_SAMPLES_BASE_URL: string; export const INTERACTIVE_EXAMPLES_BASE_URL: string; export const STATIC_ROOT: string; export const PROXY_HOSTNAME: string; export const CONTENT_HOSTNAME: string; export const FAKE_V1_API: boolean; export const EXTERNAL_DEV_SERVER: sting; export const SENTRY_DSN_BUILD: string; export const OPENAI_KEY: string; export const PG_URI: string; export const SAMPLE_SIGN_KEY: Buffer; export const DEV_MODE: boolean;