import { JSONSchema, ValidateFunction } from '../validation'; export declare enum WearableGender { MALE = "male", FEMALE = "female" } export declare enum GenderFilterOption { MALE = "male", FEMALE = "female", UNISEX = "unisex" } export declare namespace WearableGender { const schema: JSONSchema; const validate: ValidateFunction; } //# sourceMappingURL=wearable-gender.d.ts.map