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