import type { WouldYouRatherTypes } from "../Types"; declare const WouldYouRather: (options: WouldYouRatherTypes) => Promise; export default WouldYouRather;