declare class AutoPlay { private audioWrap; constructor(bgm: string); private playMusic; private removeListener; stop: () => void; replay: () => void; } export default AutoPlay;