import type { IUser } from "@esri/arcgis-rest-portal"; import { HubProduct } from "@esri/hub-common"; import { IGroupTemplate } from "../types"; /** * Return array of group templates that the current user has licensing * and privs to create in the current environment (AGO vs Portal) * @param {object} user * @param {string} environment * @param {string} portalApiVersion * @param {string} subscriptionInfoType */ export declare function getUserCreatableTeams(user: IUser, environment: HubProduct, subscriptionInfoType?: string): IGroupTemplate[];