import { IManager, } from 'sound-manager'; export interface ISoundManagerContext { readonly soundManager: IManager; }