import type { ApiConfig } from "@prefabs.tech/fastify-config"; import type { Database } from "@prefabs.tech/fastify-slonik"; import UserService from "../model/users/service"; declare const getUserService: (config: ApiConfig, slonik: Database, dbSchema?: string) => UserService; export default getUserService; //# sourceMappingURL=getUserService.d.ts.map