import { fhirtypes } from 'fsh-sushi'; import { ExportableValueSetConceptComponentRule } from '../exportable'; export declare class ValueSetConceptComponentRuleExtractor { static process(vsComponent: fhirtypes.ValueSetComposeIncludeOrExclude, inclusion: boolean): ExportableValueSetConceptComponentRule; }