import { XmlDestruccionAttributes, XmlInfoAduAttributes, XmlVehiculoDestruidoAttributes } from '../../types/complements';
import { ComplementsReturn } from '../../types';
export declare class Destruccion {
    private destruccion;
    private xmlns;
    private xmlnskey;
    private schemaLocation;
    constructor(attributes: XmlDestruccionAttributes);
    InformacionAduanera(attributes: XmlInfoAduAttributes): void;
    VehiculoDestruido(attributes: XmlVehiculoDestruidoAttributes): void;
    getComplement(): ComplementsReturn;
}
//# sourceMappingURL=Destruccion.d.ts.map