export interface MessageSignResponse { message: string; publicKey: string; signature: string; isValid: boolean; }