declare class WagmiAuth { client: any; createClient: (alchemyKey: string) => void; } export declare const wagmiAuth: WagmiAuth; export {};