import { VehicleModel } from "../../types/fipe/model"; import { VehicleType } from "../../types/fipe/vehicle"; export declare const getBy: (vehicleType: VehicleType, brandCode: number, tabela_referencia?: number) => Promise>;