UNPKG

sei-agent-kit

Version:

A package for building AI agents on the SEI blockchain

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