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