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