export declare class PublicKey { constructor(key: Uint8Array); getKey(): Uint8Array; toHexString(): string; toString(): string; }