/** * Get provider or signer * @param withSignerIfPossible Whether to use a signer if possible * @return The provider or signer */ export declare const useProviderOrSigner: (withSignerIfPossible?: boolean) => import("@wagmi/core/dist/index-35b6525c").P | import("ethers").Signer; //# sourceMappingURL=useProviderOrSigner.d.ts.map