import type { TypeCheckFunction } from '../types/private-types'; import type { KeyList, PotentialResolver } from '../types/resolver-types'; export declare function createValueResolver(keys: KeyList, isValidValue: TypeCheckFunction, defaultValue: V): PotentialResolver; export declare function createValueResolver(keys: KeyList, isValidValue: TypeCheckFunction, defaultValue: D): PotentialResolver; //# sourceMappingURL=value.d.ts.map