import { JSONSchema, ValidateFunction } from '../../../validation'; export declare enum EmoteCategory { DANCE = "dance", STUNT = "stunt", GREETINGS = "greetings", FUN = "fun", POSES = "poses", REACTIONS = "reactions", HORROR = "horror", MISCELLANEOUS = "miscellaneous" } export declare namespace EmoteCategory { const schema: JSONSchema; const validate: ValidateFunction; } //# sourceMappingURL=emote-category.d.ts.map