import type { IToolGroup } from '../../types/index.js'; declare function createToolGroup(toolGroupId: string): IToolGroup | undefined; export default createToolGroup;