import { XmlEroDocRelaAttributes, XmlGcehErogacion, XmlGcehErogacionAttributes } from '../../../types/complements/hidrocarburos/gceh/gceh.com';
import { Actividades } from './Actividades.gceh';
import { CentroCostos } from './CentroCostos.gceh';
export declare class Erogacion {
    private erogacion;
    constructor(data: XmlGcehErogacionAttributes);
    documentoRelacionado(data: XmlEroDocRelaAttributes): void;
    actividad(act: Actividades): void;
    centroCostos(cen: CentroCostos): void;
    getErogacion(): XmlGcehErogacion;
}
//# sourceMappingURL=Erogacion.gceh.d.ts.map