import { Provider, Signer } from 'ethers';

export declare const isSigner: (driver: Provider | Signer) => boolean;
