import type ParseObject from './ParseObject';
export default function arrayContainsObject(array: any[], object: ParseObject): boolean;
