import { type NormalizedDefaultThemeConfig, type UserConfig } from '@rspress/shared'; export declare function normalizeThemeConfig(docConfig: UserConfig): Promise;