import type * as Merge from "../../../../api/index"; import * as core from "../../../../core"; import type * as serializers from "../../../index"; import { EthnicityEnum } from "./EthnicityEnum"; export declare const EmployeeEthnicity: core.serialization.Schema; export declare namespace EmployeeEthnicity { type Raw = EthnicityEnum.Raw | string; }