import { XmlGcehAttributes } from '../../../types/complements/hidrocarburos/gceh/gceh.com';
import { ComplementsReturn } from '../../../types';
import { Erogacion } from './Erogacion.gceh';
export declare class Gceh {
    private gceh;
    private xmlns;
    private xmlnskey;
    private schemaLocation;
    constructor(data: XmlGcehAttributes);
    erogacion(ero: Erogacion): void;
    getComplement(): ComplementsReturn;
}
//# sourceMappingURL=Gceh.d.ts.map