export declare enum AudioSound { appear = "appear" } export declare class AudioService { static playSound(name: AudioSound): void; }