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