/**
 * @param {{ tagString?:string, tagType?: string}} [config]
 * @deprecated
 */
export function runChoiceInputMixinSuite({ tagString }?: {
    tagString?: string | undefined;
    tagType?: string | undefined;
} | undefined): void;
