/// <reference types="howler" />
export default interface SoundMap {
    [key: string]: Howl;
}
