import { xdr } from '@stellar/stellar-sdk';
export declare const extractSorobanResultXdrOpErrorCode: (resultXdr: xdr.TransactionResult | string) => string;
export declare enum SorobanOpCodes {
    invokeHostFunctionEntryArchived = "invokeHostFunctionEntryArchived",
    restoreFootprintSuccess = "restoreFootprintSuccess"
}
