export interface Signature { publicKey: string; data: string; salt: string; message: string; }