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