import { type FormSchema, type OpenmrsEncounter } from '../types'; export declare function useEncounter(formJson: FormSchema): { encounter: OpenmrsEncounter; error: any; isLoading: boolean; }; //# sourceMappingURL=useEncounter.d.ts.map