import { Signer } from 'ethers/lib/ethers'; export declare type FetchSignerResult = Signer | null; export declare function fetchSigner(): Promise;