import EventDispatcher from "./EventDispatcher"; export default class RaftInterface extends EventDispatcher { unsubscribeFromPublishedData(): void; }