import type { HttpClient } from '../../../../services/index.ts'; declare const tailorRepository: (http: HttpClient) => { contracts: { getClientItinerary: (input: import("./contracts/getClientItinerary").GetClientItineraryInput) => Promise>; getAllDocuments: (contractId: string) => Promise>; getAppointments: (input: import("./contracts/getAppointments").GetAppointmentsInput) => Promise>; }; }; export default tailorRepository;