declare enum PlayMode { Loop = "Loop", Once = "Once", PingPong = "PingPong" } export default PlayMode; //# sourceMappingURL=PlayMode.d.ts.map