import { type Db, type IUnleashConfig, UserService } from '../../server-impl.js';
export declare const createUserService: (db: Db, config: IUnleashConfig) => UserService;
//# sourceMappingURL=createUserService.d.ts.map