import type { SIWEConfig } from '../core/utils/TypeUtils.js'; import { AppKitSIWEClient } from '../src/client.js'; export { getAddressFromMessage, getChainIdFromMessage, verifySignature } from '../core/helpers/index.js'; export { formatMessage, getDidChainId, getDidAddress } from '@walletconnect/utils'; export { SIWEController, type SIWEControllerClient } from '../core/controller/SIWEController.js'; export * from '../core/utils/TypeUtils.js'; export type { AppKitSIWEClient }; export declare function createSIWEConfig(siweConfig: SIWEConfig): AppKitSIWEClient; export * from '../scaffold/partials/w3m-connecting-siwe/index.js'; export * from '../scaffold/views/w3m-connecting-siwe-view/index.js'; export * from '../src/mapToSIWX.js';