import { PromptKey } from '../../i18n/types'; import { QuestionnaireState, QuestionnaireStateKey } from '../../types'; export declare const getControllingPersonsPromptKeyMap: (data: QuestionnaireState) => { [key in QuestionnaireStateKey]?: PromptKey; };