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