import { EmoteDefinition } from './emote-definition'; import { EmoteRepresentationWithBlobs } from './emote-representation-with-blobs'; /** @alpha */ export type EmoteWithBlobs = Omit & { emoteDataADR74: Omit & { representations: EmoteRepresentationWithBlobs[]; }; }; //# sourceMappingURL=emote-with-blobs.d.ts.map