import { IHubRequestOptions } from "@esri/hub-common"; /** * Does a group with the specified title exist in the users org? * @param {String} title Group Title * @param {IHubRequestOptions} hubRequestOptions */ export declare function doesGroupExist(title: string, hubRequestOptions: IHubRequestOptions): Promise;