import { Type } from "../../types/models/type"; import { Listing as ListingType, PartialSearchListing as PartialSearchListingType, SearchListing as SearchListingType } from "../../types/models/listing"; export declare function Listing(attributes?: {}): ListingType; export declare function SearchListing(attributes?: {}): SearchListingType; export declare function EmptyListing(): ListingType; export declare function ListingFromType({ bodyType, make, makeKey, model, fullName, modelKey, doors, seats, tsn, fuelType, consumptionCategory, euroStandard, consumptionCombined, consumptionExtraUrban, consumptionUrban, batteryCapacity, powerConsumption, range, rangeExtraUrban, rangeUrban, chargePort, chargePower, chargeSpeed, fastChargePort, fastChargePower, fastChargeSpeed, transmissionType, horsePower, driveType, cubicCapacity, cylinders, gears, weight, payload, towingCapacity, productionEndDate, productionStartDate, id, }: Type): ListingType; export declare function PartialSearchListing(attributes?: {}): PartialSearchListingType;