import type { TraceCall } from "../types/transfer";
/**
 * Process trace calls recursively to catch ETH transfers
 */
export declare function processTraceCall(calls: TraceCall[]): Promise<void>;
