import { Audio } from 'three';
declare const Audio: any;
type Audio = ReturnType<typeof Audio>;
export default Audio;
