export type QuestionnaireProp = 'W-FORM' | 'DPS' | 'SELF-CERT' | 'RESIDENCIES'; export declare const ALL_QUESTIONNAIRES: readonly QuestionnaireProp[];