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