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