import { FinalExecutionOutcome } from '@near-js/types'; /** @hidden */ declare function getTransactionLastResult(txResult: FinalExecutionOutcome): Exclude; export { getTransactionLastResult };