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