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