import { z } from "zod"; export declare const getTopHoldersSchema: z.ZodObject<{ condition_id: z.ZodString; limit: z.ZodDefault>; }, z.core.$strip>; export declare function handleGetTopHolders(input: z.infer): Promise; //# sourceMappingURL=get-top-holders.d.ts.map