/**
 * People - Represent a collection of Person objects
 *
 * @param listener An object which implements onChildAdded, onChildChanged, onChildRemoved, onErr as functions.
 * @param options An object which contains the writer sets: inviteeWriter and userProfileWriter
 * @constructor
 */
declare var People: (listener: any, options: any) => void;
export default People;
