export type SiwbIdentityStorage = { address: string; publicKey: string; sessionIdentity: string; delegationChain: string; };