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