import { AccountState } from "../../shielder/state"; import { NoteEvent } from "../../chain/contract"; export declare const newStateByEvent: (state: AccountState, noteEvent: NoteEvent) => Promise; export declare const stateChangingEvents: (state: AccountState, noteEvents: NoteEvent[]) => Promise;