import type { ExtendedChain } from '@openocean.finance/widget-sdk';
export declare function useIsBatchingSupported(chain?: ExtendedChain, address?: string): {
    isBatchingSupported: boolean;
    isBatchingSupportedLoading: boolean;
};
