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