import { Keypair } from "@solana/web3.js";
/**
 * Parses a Keypair from a JSON secret key.
 * @param valueStr The string representation of the JSON secret key.
 * @returns
 */
export declare const useKeypair: (valueStr: string | null | undefined) => Keypair | null | undefined;
//# sourceMappingURL=useKeypair.d.ts.map