export interface InitializeResponse { responseId: string; sessionId: string; createdNew: boolean; publicKeys: Array; metadata?: string; }