import type { EventConfig } from '../core/types';
export declare function useEvents(events: Record<string, EventConfig>): () => void;
