import type { ItemToRepopulate } from './repopulateItems'; /** * Re-populate checked items in the re-population dialog into the current QuestionnaireResponse * * @author Sean Fong */ export declare function repopulateResponse(filteredItemsToRepopulate: Record): import("fhir/r4").QuestionnaireResponse;