UNPKG

sei-agent-kit

Version:

A package for building AI agents on the SEI blockchain

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