import type * as Merge from "../../../../api/index"; import * as core from "../../../../core"; import type * as serializers from "../../../index"; export declare const PayFrequencyEnum: core.serialization.Schema; export declare namespace PayFrequencyEnum { type Raw = "WEEKLY" | "BIWEEKLY" | "MONTHLY" | "QUARTERLY" | "SEMIANNUALLY" | "ANNUALLY" | "THIRTEEN-MONTHLY" | "PRO_RATA" | "SEMIMONTHLY"; }