import type { MutableRefObject } from 'react'; import type { Sound as SoundType } from '../specs/Sound.nitro'; export declare function ensureSoundActivation(ref: MutableRefObject): SoundType; //# sourceMappingURL=sound.d.ts.map