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