import { Anything, ImmutableObject, Key } from './types';
declare function fill<V, K extends Key, RV = Anything>(object: ImmutableObject<K, V>, value: RV): Record<K, RV>;
export default fill;
//# sourceMappingURL=fill.d.ts.map