import { JSONSchema, ValidateFunction } from '../../../../validation'; import { BodyShape } from '../../body-shape'; /** @alpha */ export type EmoteRepresentationADR74 = { bodyShapes: BodyShape[]; mainFile: string; contents: string[]; }; /** @alpha */ export declare namespace EmoteRepresentationADR74 { const schema: JSONSchema; const validate: ValidateFunction; } //# sourceMappingURL=representation-adr74.d.ts.map