export declare const RSPRESS_VERSION: string; export declare const isProduction: () => boolean; export declare const importStatementRegex: RegExp; export declare const inlineThemeScript: string; export declare const PACKAGE_ROOT: string; export declare const DEFAULT_THEME: string; export declare const EJECTED_THEME: string; export declare const TEMPLATE_PATH: string; export declare const CSR_CLIENT_ENTRY: string; export declare const SSR_CLIENT_ENTRY: string; export declare const SSR_SERVER_ENTRY: string; export declare const SSG_MD_SERVER_ENTRY: string; export declare const OUTPUT_DIR = "doc_build"; export declare const APP_HTML_MARKER = ""; export declare const HEAD_MARKER = ""; export declare const META_GENERATOR = ""; export declare const DEFAULT_TITLE = "Rspress"; export declare const PUBLIC_DIR = "public"; export declare const NODE_SSG_BUNDLE_FOLDER = "__ssg__"; export declare const NODE_SSG_BUNDLE_NAME = "rspress-ssg-entry.cjs"; export declare const NODE_SSG_MD_BUNDLE_FOLDER = "__ssg_md__"; export declare const NODE_SSG_MD_BUNDLE_NAME = "rspress-ssg-md-entry.cjs";