/** * 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").Provider | import("ethers").Signer; //# sourceMappingURL=useProviderOrSigner.d.ts.map