/// export default class Sound { sfx: Howl; playing: boolean; constructor(path: string); play(): void; stop(): void; }