import type { AnyVerifyingKey } from './AnyVerifyingKey'; import type { ContactInfo } from './ContactInfo'; export type SignerInfo = { name: string; contact: Array; keys: Array; };