/** ℹ️ This enum is non-exhaustive. */ export declare const ResultType: { readonly Numeric: "numeric"; readonly Range: "range"; readonly Comment: "comment"; readonly CodedValue: "coded_value"; }; export type ResultType = (typeof ResultType)[keyof typeof ResultType];