import { MultipleChoiceOptions } from "types"; declare const MultipleChoice: (options: MultipleChoiceOptions) => Promise; export { MultipleChoice };