import type { LiFiStep } from '@lifi/types';
export declare const checkBalance: (walletAddress: string, step: LiFiStep, depth?: number) => Promise<void>;
//# sourceMappingURL=checkBalance.d.ts.map