export interface ISoundManagerOptionState {
  readonly soundPanelVisible: boolean;
}
