export interface INominationType { isCivilian: boolean; isMilitary: boolean; name: string; } //# sourceMappingURL=INominationType.d.ts.map