import { XmlRenovVehicular, XmlVehNueEnaFabAlPermAttributes, XmlVehicularAttributes, XmlVehiculosUsaEnajPermAlFabAttributes } from '../../types/complements';
export declare class RenovVehicular {
    private renoVehicular;
    constructor(attributes: XmlVehicularAttributes);
    VehiculosUsados(attributes: XmlVehiculosUsaEnajPermAlFabAttributes): void;
    VehiculoNuvoSem(attributes: XmlVehNueEnaFabAlPermAttributes): void;
    getRenoVehicular(): XmlRenovVehicular;
}
//# sourceMappingURL=RenovVehicular.d.ts.map