import type { Feature } from "./index.js"; /** * Features for wordplay: slugs that form a word when applying some sort of * transformation. */ export declare function wordplayFeatures(): Feature[]; //# sourceMappingURL=wordplay.d.ts.map