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