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