import { EmoteRepresentationADR74 } from '../../platform'; /** @alpha */ export type EmoteRepresentationDefinition = Omit & { contents: { key: string; url: string; }[]; }; //# sourceMappingURL=emote-representation-definition.d.ts.map