/** * All available types for subscribing. */ export declare enum RemmeEvents { Blocks = "blocks", Batch = "batch", Transfer = "transfer", AtomicSwap = "atomic_swap", }