import type { UPDATE_KINDS as UPDATE_KINDS_TYPE } from '@puregram/api'; import type { Dispatcher } from './on.js'; export declare function installDispatchers(target: object, dispatcher: Dispatcher): void; export declare function dispatcherMethodName(kindName: typeof UPDATE_KINDS_TYPE[number]): string; //# sourceMappingURL=install-dispatchers.d.ts.map