import { ToolInstances } from '../types';
import { Emit } from './';
export declare function useEvent({ emit, instances }: {
    emit: Emit;
    instances: ToolInstances;
}): void;
