import { Nullable } from "./types"; export declare function normalizeBuildFlag(build: Nullable>>, key: K, def: boolean): boolean;