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