import type { GroupService } from '../../../modules/group/group.service';
import { type AnyToolDescriptor } from '../tool-descriptor';
export declare function groupTools(group: GroupService): AnyToolDescriptor[];
