import { RentalOfferListing } from "./rental-offer-listing";
export type RentalOffers = {
    Listings?: RentalOfferListing[];
};
//# sourceMappingURL=rental-offers.d.ts.map