UNPKG

sei-agent-kit

Version:

A package for building AI agents on the SEI blockchain

4 lines 234 B
import { TwitterPostTweetReplySchema } from "./schemas"; import { z } from "zod"; export declare function postTweetReply(args: z.infer<typeof TwitterPostTweetReplySchema>): Promise<string>; //# sourceMappingURL=postTweetReply.d.ts.map