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