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 EmployeeRequestEthnicity: core.serialization.Schema; export declare namespace EmployeeRequestEthnicity { type Raw = EthnicityEnum.Raw | string; }