/// export interface NoteDecryptor { batchDecryptNotes(keysBuf: Buffer, privateKey: Buffer): Promise; } //# sourceMappingURL=note_decryptor.d.ts.map