/**
 * ToldSurveyParam
 * @description
 * - seeItOnlyOnce: Only show the survey once
 * - preview: Show the survey in preview mode (no data is saved)
 * - debug: Show the survey in debug mode
 */
export type ToldSurveyParam = 'seeItOnlyOnce' | 'preview' | 'debug';
//# sourceMappingURL=ToldSurveyParam.d.ts.map