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