import { JSONSchema, ValidateFunction } from '../../../validation'; export declare enum EmotePlayMode { SIMPLE = "simple", LOOP = "loop" } export declare namespace EmotePlayMode { const schema: JSONSchema; const validate: ValidateFunction; } //# sourceMappingURL=emote-play-mode.d.ts.map