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