export declare function findMany(where: any, skip: number, take: number): Promise; export declare function findById(id: string, companyId: string): Promise; export declare function findByIdSimple(id: string, companyId: string): Promise; export declare function findByIdWithRelations(id: string, companyId: string): Promise; export declare function findByIdForCheckout(id: string, companyId: string): Promise; export declare function findForLicenseCheck(id: string, companyId: string): Promise; export declare function findForContract(id: string, companyId: string): Promise; export declare function findForBilling(id: string, companyId: string): Promise; export declare function findForClose(id: string, companyId: string): Promise; export declare function findForInspection(id: string, companyId: string): Promise; export declare function findConflict(vehicleId: string, start: Date, end: Date, excludeId?: string): Promise; export declare function create(data: any): Promise; export declare function updateById(id: string, data: any): Promise; export declare function findActiveOffer(companyId: string, promoCode: string): Promise; export declare function incrementOfferRedemption(offerId: string): Promise; export declare function findVehicle(vehicleId: string, companyId: string): Promise; export declare function findCustomer(customerId: string, companyId: string): Promise; export declare function findCustomerById(customerId: string): Promise; export declare function updateVehicleStatus(vehicleId: string, status: string, mileage?: number): Promise; export declare function findCompanyWithBrand(companyId: string): Promise; export declare function findBrandLocale(companyId: string): Promise; export declare function findInspections(reservationId: string, companyId: string): Promise; export declare function findAdditionalDriver(driverId: string, reservationId: string, companyId: string): Promise; export declare function updateAdditionalDriver(id: string, data: any): Promise; //# sourceMappingURL=reservation.repo.d.ts.map