declare const _default: "{{# each member.choiceTypes ~}}\n{{# if @index }} | {{/ if~}}\n{{~# if this.systemType ~}}\n{{ getTypeScriptPrimitive this.normalizedName }}\n{{~ else ~}}\n{{ this.normalizedName }}\n{{~/ if ~}}\n{{~ else ~}}\n{{~# if this.dataType.systemType ~}}\n{{ getTypeScriptPrimitive member.dataType.normalizedName }}\n{{~ else ~}}\n{{ member.dataType.normalizedName }}\n{{~/ if ~}}\n{{~/ each }}"; export default _default; //# sourceMappingURL=choiceTypeTemplate.d.ts.map