import type { BaseBehavior } from './base-behavior';

export type Behavior = BaseBehavior<any>;
