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