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