import type * as CandidApi from "../../../../api/index"; import * as core from "../../../../core"; import type * as serializers from "../../../index"; export declare const DelayReasonCode: core.serialization.Schema; export declare namespace DelayReasonCode { type Raw = "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "15" | "16" | "17"; }