import { WalletAuthenticator as Authenticator } from '@arcblock/did-connect-js'; declare class WalletAuthenticator extends Authenticator { constructor(options?: {}); /** @deprecated Use blockletClient instead */ private authClient; private blockletClient; } export { WalletAuthenticator };