import { WearableCategory } from './wearable-category'; import { JSONSchema, ValidateFunction } from '../../../validation'; import { BodyPartCategory } from './body-part-category'; export type HideableWearableCategory = WearableCategory | BodyPartCategory; export declare namespace HideableWearableCategory { const schema: JSONSchema; const validate: ValidateFunction; } //# sourceMappingURL=hideable-category.d.ts.map