import { Manager } from './manager'; import type { CreateOption } from './types'; export declare function create< T extends unknown, S extends Record = Record, >(options?: CreateOption): Manager; export type { Track } from './track'; export type { Manager } from './manager'; export type { HookOn, HooksOn, Plugin, HookType } from 'hooks-plugin'; export type { Mode, Distribution, Speed, StyleKey, Position, PushOptions, PushFlexOptions, Location, ValueType, Direction, Danmaku, DanmakuType, DanmakuPlugin, ManagerPlugin, ManagerOptions, CreateOption, } from './types';