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