import type { Emitter } from "@excalidraw/common"; export declare const useEmitter: (emitter: Emitter<[TEvent]>, initialState: TEvent) => TEvent;