export declare const NextResponsibleParty: { readonly Primary: "primary"; readonly Secondary: "secondary"; readonly Tertiary: "tertiary"; readonly Patient: "patient"; readonly NonInsurance: "non_insurance"; readonly None: "none"; }; export type NextResponsibleParty = (typeof NextResponsibleParty)[keyof typeof NextResponsibleParty];