export interface ResultadoParcialInterpretadorInterface {
    hashArquivo: number;
    linha: number;
    tipoDeclaracaoExecutada: string;
    valorRetornado: any;
    tipo: string;
}
//# sourceMappingURL=resultado-parcial-interpretador-interface.d.ts.map