import { XmlDecretoAttributes } from '../../types/complements';
import { ComplementsReturn } from '../../types';
import { RenovVehicular } from './RenovVehicular';
import { SustitVehicular } from './SustitVehicular';
export declare class Decreto {
    private decreto;
    private xmlns;
    private xmlnskey;
    private schemaLocation;
    constructor(attributes: XmlDecretoAttributes);
    RenovVehicular(renovVehicular: RenovVehicular): void;
    SustitVehicular(sustitVehicular: SustitVehicular): void;
    getComplement(): ComplementsReturn;
}
//# sourceMappingURL=Decreto.d.ts.map