export * from './connector'; export { ConnectProvider } from './context'; export * from './hooks'; export declare const getVersion: () => string;