import type { IUnleashConfig } from '../../types/index.js';
import { GroupService } from '../../services/index.js';
import type { Db } from '../../db/db.js';
export declare const createGroupService: (db: Db, config: IUnleashConfig) => GroupService;
//# sourceMappingURL=createGroupService.d.ts.map