import { gracely } from "gracely"; import { http } from "cloudly-http"; import { Organization } from "../../Organization"; export declare class Groups { private readonly client; constructor(client: http.Client); replace(organization: string, groups: string[]): Promise; }