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