export default class SoundPlayerConsumer {
    soundPlayer: any;
    constructor();
    playSomethingCool(): void;
}
