import { type Keypair } from "@mysten/sui/cryptography"; /** * Build a `Keypair` from a secret key string like `suiprivkey1...`. */ export declare function pairFromSecretKey(secretKey: string): Keypair;