import type { MutationOptions } from '../../lib/options.js'; export declare function addUsersCommand(groupRef: string, userRefs: string[], options: MutationOptions): Promise; export declare function removeUsersCommand(groupRef: string, userRefs: string[], options: MutationOptions): Promise; //# sourceMappingURL=members.d.ts.map