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