export interface Signature { publicKey: string; data: string; salt: string; message: string; } //# sourceMappingURL=common.d.ts.map