import { PublicKey } from '@textile/hub'; /** * Tries to generate a ed25519 public key from the string input * * It supports multibase and hex as input */ export declare const tryParsePublicKey: (pk: string) => PublicKey;