import type Player from '@oplayer/core'; declare const playingListener: (player: Player) => void; declare const isPlaying: (player: Player) => boolean; export { playingListener, isPlaying }; //# sourceMappingURL=playing.d.ts.map