fume-fhir-converter
Version:
FHIR-Utilized Mapping Engine - Community
11 lines • 401 B
TypeScript
/**
* © Copyright Outburn Ltd. 2022-2024 All Rights Reserved
* Project name: FUME-COMMUNITY
*/
/**
* © Copyright Outburn Ltd. 2022-2023 All Rights Reserved
* Project name: FUME
*/
import { IAppBinding } from '../../types';
export declare const transform: (input: any, expression: string, extraBindings?: Record<string, IAppBinding>) => Promise<any>;
//# sourceMappingURL=transform.d.ts.map