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