import { FinalExecutionOutcome } from '@near-js/types'; import { Parser } from './Parser'; export declare function parseFinalExecutionOutcomeValue(outcome: FinalExecutionOutcome, parser?: Parser): Value; export declare function throwReceiptErrorsFromFinalExecutionOutcomes(outcomes: FinalExecutionOutcome[]): void;