import type { UserService, UserServiceDependencies } from './types';
export declare const makeUserService: ({ userRepository, }: UserServiceDependencies) => UserService;
