import { toBlockletDid } from '@blocklet/meta/lib/did'; import { getConnectedAccounts, getConnectedDids, getPermanentDid, getWallet, getWalletDid } from '@blocklet/meta/lib/did-utils'; import { BlockletService } from './service/blocklet'; declare function getUserInfo(userDid: string, { blockletClient, authClient, }?: { blockletClient?: BlockletService; /** @deprecated Use blockletClient instead */ authClient?: BlockletService; }): Promise; export { getUserInfo, toBlockletDid, getConnectedAccounts, getConnectedDids, getPermanentDid, getWallet, getWalletDid };