export interface ISigner { sign: (data: any, ...args: any[]) => any; } //# sourceMappingURL=ISigner.d.ts.map