export interface ISigner { sign: (data: any, ...args: any[]) => any; }