/**
 * Register the wagmi fallback adapter with a wagmi Config.
 *
 * Call this once at app startup (or anywhere before invoking MiniKit commands).
 * Alternatively, pass `wagmiConfig` to `MiniKitProvider` — this module must
 * still be imported for the prop to take effect.
 */
declare function registerWagmiFallback(config: unknown): void;

export { registerWagmiFallback };
