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