import { SimboloInterface } from '..';
export interface ErroInterpretadorInterface {
    simbolo?: SimboloInterface;
    mensagem?: string;
    erroInterno?: any;
    linha?: number;
    hashArquivo?: number;
}
//# sourceMappingURL=erro-interpretador-interface.d.ts.map