import { RetornoLexadorInterface } from '@designliquido/delegua/interfaces/retornos'; export interface RetornoImportador { conteudoArquivo: string[]; nomeArquivo: string; hashArquivo: number; retornoLexador: RetornoLexadorInterface; } //# sourceMappingURL=retorno-importador.d.ts.map