import { type FC, type PropsWithChildren } from 'react';
export declare function useInWagmiContext(): boolean;
export declare const EVMProvider: FC<PropsWithChildren>;
