import { Config } from './Config.type.js'; import type { UserConfig } from './UserConfig.type.js'; export declare function applyUserConfig(userConfig: UserConfig): Config;