import { BarterProviderType } from '../types/paramTypes';
export declare function isEthersProvider(provider: BarterProviderType): boolean;
