declare const isObjectInArray: (array: T[], item: T, ignore?: string[]) => boolean; export default isObjectInArray;