import type { FetchResourceCallback, FetchTerminologyCallback } from '@aehrc/sdc-populate'; /** * Pre-populate callback function that works with '@aehrc/sdc-populate' `populateQuestionnaire()`. * See ItemRepopulateButton.tsx for usage. * Also used in https://github.com/aehrc/smart-forms/blob/main/packages/smart-forms-renderer/src/stories/storybookWrappers/PrePopWrapperForStorybook.tsx. * * @author Sean Fong */ export declare const fetchResourceCallback: FetchResourceCallback; /** * Terminology callback function that works with '@aehrc/sdc-populate' `populateQuestionnaire()`. * See ItemRepopulateButton.tsx for usage. * * @author Sean Fong */ export declare const fetchTerminologyCallback: FetchTerminologyCallback;