/**
 * © Copyright Outburn Ltd. 2022-2024 All Rights Reserved
 *   Project name: FUME-COMMUNITY
 */
import type { FhirResource } from '../../types/FhirResource';
export declare const reference: (resource: FhirResource | undefined) => string | undefined;
//# sourceMappingURL=reference.d.ts.map