import type * as Merge from "../../../../api/index"; import * as core from "../../../../core"; import type * as serializers from "../../../index"; export declare const PayPeriodEnum: core.serialization.Schema; export declare namespace PayPeriodEnum { type Raw = "HOUR" | "DAY" | "WEEK" | "EVERY_TWO_WEEKS" | "SEMIMONTHLY" | "MONTH" | "QUARTER" | "EVERY_SIX_MONTHS" | "YEAR"; }