import type { CookieBannerConfig } from "../types/config.js"; /** * Safely loads the user config file and merges it with defaults. * User values always override defaults. * Cache-busted to ensure updates are picked up during dev. */ export declare function loadUserConfig(projectRoot: string): Promise;