import type * as CandidApi from "../../../../api/index"; import * as core from "../../../../core"; import type * as serializers from "../../../index"; export declare const PatientRelationshipToInsuredCodeAll: core.serialization.Schema; export declare namespace PatientRelationshipToInsuredCodeAll { type Raw = "01" | "04" | "05" | "07" | "10" | "15" | "17" | "18" | "19" | "20" | "21" | "22" | "23" | "24" | "29" | "32" | "33" | "36" | "39" | "40" | "41" | "43" | "53" | "G8"; }