/** ℹ️ This enum is non-exhaustive. */ export declare const ResponsibleRelationship: { readonly Self: "Self"; readonly Spouse: "Spouse"; readonly Other: "Other"; }; export type ResponsibleRelationship = (typeof ResponsibleRelationship)[keyof typeof ResponsibleRelationship];