export type KeyPair = { publicKey: string; privateKey: string; };