import type { SoundName } from '../../sounds';
export interface PlaySoundOptions {
    soundName: SoundName;
}
