import { BatchCall } from '@core/blockchain/web3-public/models/batch-call';
export interface EstimatedGasCallData {
    callData: BatchCall;
}
