import { FinalExecutionOutcome } from '@near-js/types'; /** @hidden */ export declare function getTransactionLastResult(txResult: FinalExecutionOutcome): Exclude<object | string | number | null, Function>; //# sourceMappingURL=provider.d.ts.map