import { type AlloyEventKeyAndHandler } from '../events/AlloyEvents'; import { type AlloyBehaviour, type NamedConfiguredBehaviour } from './Behaviour'; declare const events: (name: string, eventHandlers: Array>) => AlloyBehaviour; declare const config: (name: string, eventHandlers: Array>) => NamedConfiguredBehaviour; export { events, config }; //# sourceMappingURL=AddEventsBehaviour.d.ts.map