import { KazagumoPlugin as PlayerMoved } from './PlayerMoved/Plugin'; import { KazagumoPlugin as Spotify } from './Spotify/Plugin'; import { KazagumoPlugin as Deezer } from './Deezer/Plugin'; import { KazagumoPlugin as Nico } from './Nico/Plugin'; import { KazagumoPlugin as Apple } from './Apple/Plugins'; declare const _default: { PlayerMoved: typeof PlayerMoved; Spotify: typeof Spotify; Deezer: typeof Deezer; Nico: typeof Nico; Apple: typeof Apple; }; export default _default;