export type Signer = { sign: ({ data }: { data: Uint8Array }) => Promise; };