export type FixtureEstimateInput = { bedrooms: number; full_bathrooms: number; half_bathrooms?: number; kitchens?: number; laundry?: boolean; }; //# sourceMappingURL=FixtureEstimateInput.d.ts.map