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