import type { BuildConfiguration } from "./config-types.d"; export declare function applyOverrides(config: BuildConfiguration): void;