import { Ed25519Keypair } from '@mysten/sui/keypairs/ed25519'; export declare const generateSigner: (privateStr: string) => Ed25519Keypair;