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