export type CanonicalResourceType = 'StructureDefinition' | 'ValueSet' | 'CodeSystem' | 'ConceptMap' | 'SearchParameter' | 'CapabilityStatement' | 'OperationDefinition' | 'NamingSystem' | 'ImplementationGuide' | 'Questionnaire' | 'PlanDefinition' | 'Measure' | 'Library' | 'ActivityDefinition' | 'MessageDefinition' | 'CompartmentDefinition' | 'GraphDefinition' | 'ExampleScenario' | 'ObservationDefinition' | 'SpecimenDefinition'; export declare const CANONICAL_RESOURCE_TYPES: Set; export declare const CANONICAL_URL_PATTERN: RegExp; export declare const CANONICAL_URN_PATTERN: RegExp; export declare const CANONICAL_FIELDS: string[]; export declare const COMMON_CANONICAL_BASE_URLS: Record; //# sourceMappingURL=canonical-reference-definitions.d.ts.map