import { BmbyEntity } from "./BmbyEntity"; import { WindDirection } from "../Enumerations"; import { ListItem } from "./ListItem"; export declare class Query extends BmbyEntity { private _options; constructor(); data: any; title: string; customerId: string; readonly matches: number; readonly creationTime: Date; readonly lastUpdateTime: Date; id: string; minRooms: number; maxRooms: number; minFloor: number; maxFloor: number; minPrice: number; maxPrice: number; minArea: number; maxArea: number; windDirection: WindDirection; hasReligionFacility: boolean; hasSecureRoom: boolean; isUnit: boolean; onColumns: boolean; hasSeparateEntrance: boolean; hasTeracce: boolean; hasAccessForDisabled: boolean; canBeExtended: boolean; hasWindowBars: boolean; hasBalcony: boolean; hasPanorama: boolean; hasSwimmingPool: boolean; hasGuard: boolean; hasJacuzzi: boolean; hasPandoor: boolean; hasGym: boolean; hasYard: boolean; hasParentBedroom: boolean; hasEventRoom: boolean; hasSecurityBalcony: boolean; hasParking: boolean; hasAirConditioner: boolean; hasStorage: boolean; isNewBuilding: boolean; hasGarden: boolean; hasElevator: boolean; hasShabatElevator: boolean; hasFurniture: boolean; hasAccessToDisabled: boolean; isActive: boolean; dealTypes: Array; regions: Array; cities: Array; neighbourhoods: Array; streets: Array; propertyTypes: Array; getOptions(dictionary?: any, icons?: any): Array; setOptionValue(option: string, value: boolean): void; }