import { XmlSustitVehicular, XmlVehNueEnaFabAlPermAttributes, XmlVehicularAttributes, XmlVehiculoUsaEnajPermAlFabAttributes } from '../../types/complements';
export declare class SustitVehicular {
    private sustitVehicular;
    constructor(attributes: XmlVehicularAttributes);
    VehiculoUsado(attributes: XmlVehiculoUsaEnajPermAlFabAttributes): void;
    VehiculoNuvoSem(attributes: XmlVehNueEnaFabAlPermAttributes): void;
    getSustitVehicular(): XmlSustitVehicular;
}
//# sourceMappingURL=SustitVehicular.d.ts.map