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