import { ethers } from "ethers";
export declare function getSigner(address: string): Promise<ethers.providers.JsonRpcSigner>;
