export { ExtendedViewingKey, ProofGenerationKey, PseudoExtendedKey, } from "../../../wasm/src"; type Address = string; type NoteVal = string; type AmountVal = string; type NoteAndConv = [NoteVal, AmountVal?]; export type NotesAndConversions = Record;