import { Watch, Emit, Unwatch } from "./IStorage"; export declare class StateEvent { watch: Watch; unWatch: Unwatch; emit: Emit; }