/**
 * Barrel export para módulo Core/Player
 * Single Responsibility: Apenas funcionalidades do player
 */
export { VLibrasPlayer } from './VLibrasPlayer';
export { PlayerManagerAdapter } from './PlayerManagerAdapter';
export type { VLibrasPlayerConfig, VLibrasPlayerState, PlaybackResult, PresetConfig } from '../../types/core.types';
//# sourceMappingURL=index.d.ts.map