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