/**
 * Type Definitions
 *
 * Exports all type definitions for the audiowave library.
 * Provides both new standardized interfaces and backward compatibility types.
 */
export type { AudioSource as LegacyAudioSource, AudioWaveController, AudioWaveError, AudioWaveErrorType, AudioWaveProps, AudioWaveState, RenderContext, WaveformDataPoint, } from '../types';
export type { AudioSource, AudioSourceConfig, ExtendedAudioSource, } from './AudioSource';
export { AudioSourceState } from './AudioSource';
//# sourceMappingURL=index.d.ts.map