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