import { Brand } from "../../types/fipe/brands"; import { VehicleType } from "../../types/fipe/vehicle"; export declare const getBy: (typeVehicle: VehicleType, reference_table?: number) => Promise>;