import * as THREE from 'three'; export default class SoundLoader { private cache; load(url: string): Promise; unload(url: string): void; }