import type { PublicKey } from '../publicKey/PublicKey'; export declare abstract class Authentication { abstract publicKey: PublicKey; }