/**
 * @param {{ parentTagString?:string, childTagString?: string, choiceType?: string}} [config]
 */
export function runChoiceGroupMixinSuite({ parentTagString, childTagString, choiceType }?: {
    parentTagString?: string | undefined;
    childTagString?: string | undefined;
    choiceType?: string | undefined;
} | undefined): void;
