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