import { type TNFeInfNFe, type NFeNFCe } from '../../../domain/contracts/repos';
export declare function gerarNFe({ documento, geral }: NFeNFCe.Input): TNFeInfNFe;
