import { XmlRegistrofiscalAttributes } from '../../types/complements/registrofiscal.interface';
import { ComplementsReturn } from '../../types';
export default class RegistroFiscal {
    private registrofiscal;
    private xmlns;
    private xmlnskey;
    private schemaLocation;
    constructor(data?: XmlRegistrofiscalAttributes);
    getComplement(): ComplementsReturn;
}
//# sourceMappingURL=RegistroFiscal.d.ts.map