export interface Keystore { data: string; iv: string; salt: string; } //# sourceMappingURL=types.d.ts.map