import type { LiFiStep } from '@lifi/types';
import { SDKError } from '../../errors/SDKError';
import type { Process } from '../types';
export declare const parseEVMErrors: (e: Error, step?: LiFiStep, process?: Process) => Promise<SDKError>;
export declare const isAtomicReadyWalletRejectedUpgradeError: (e: any) => any;
//# sourceMappingURL=parseEVMErrors.d.ts.map