import { z } from 'zod'; export declare const addressSchema: z.ZodEffects; export declare const addressesSchema: z.ZodArray, "many">; export declare const portfolioArgsSchema: z.ZodObject<{ addresses: z.ZodArray, "many">; }, "strip", z.ZodTypeAny, { addresses: string[]; }, { addresses: string[]; }>; export declare const walletArgsSchema: z.ZodObject<{ addresses: z.ZodArray, "many">; }, "strip", z.ZodTypeAny, { addresses: string[]; }, { addresses: string[]; }>; export declare const navArgsSchema: z.ZodObject<{ addresses: z.ZodArray, "many">; currency: z.ZodDefault>; }, "strip", z.ZodTypeAny, { addresses: string[]; currency: "USD" | "EUR" | "GBP" | "JPY" | "CNY"; }, { addresses: string[]; currency?: "USD" | "EUR" | "GBP" | "JPY" | "CNY" | undefined; }>; export declare const tokenOverviewArgsSchema: z.ZodObject<{ addresses: z.ZodArray, "many">; date: z.ZodString; }, "strip", z.ZodTypeAny, { addresses: string[]; date: string; }, { addresses: string[]; date: string; }>; export declare const transactionsArgsSchema: z.ZodObject<{ addresses: z.ZodArray, "many">; chain: z.ZodOptional; type: z.ZodOptional; startDate: z.ZodOptional; endDate: z.ZodOptional; offset: z.ZodDefault; limit: z.ZodDefault; }, "strip", z.ZodTypeAny, { addresses: string[]; offset: number; limit: number; chain?: string | undefined; type?: string | undefined; startDate?: string | undefined; endDate?: string | undefined; }, { addresses: string[]; chain?: string | undefined; type?: string | undefined; startDate?: string | undefined; endDate?: string | undefined; offset?: number | undefined; limit?: number | undefined; }>; export declare const syncTransactionsArgsSchema: z.ZodObject<{ addresses: z.ZodArray, "many">; }, "strip", z.ZodTypeAny, { addresses: string[]; }, { addresses: string[]; }>; export declare const historicalArgsSchema: z.ZodObject<{ addresses: z.ZodArray, "many">; date: z.ZodString; }, "strip", z.ZodTypeAny, { addresses: string[]; date: string; }, { addresses: string[]; date: string; }>; export declare const subscribeSnapshotArgsSchema: z.ZodObject<{ addresses: z.ZodArray, "many">; description: z.ZodOptional; }, "strip", z.ZodTypeAny, { addresses: string[]; description?: string | undefined; }, { addresses: string[]; description?: string | undefined; }>; export declare const statusArgsSchema: z.ZodObject<{ addresses: z.ZodArray, "many">; }, "strip", z.ZodTypeAny, { addresses: string[]; }, { addresses: string[]; }>; export declare const creditsArgsSchema: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>; export declare const airdropArgsSchema: z.ZodObject<{ address: z.ZodEffects; }, "strip", z.ZodTypeAny, { address: string; }, { address: string; }>; export declare const polymarketArgsSchema: z.ZodObject<{ address: z.ZodEffects; }, "strip", z.ZodTypeAny, { address: string; }, { address: string; }>; export declare const agentWalletArgsSchema: z.ZodObject<{ addresses: z.ZodArray, "many">; }, "strip", z.ZodTypeAny, { addresses: string[]; }, { addresses: string[]; }>; export declare const agentPortfolioArgsSchema: z.ZodObject<{ addresses: z.ZodArray, "many">; }, "strip", z.ZodTypeAny, { addresses: string[]; }, { addresses: string[]; }>; //# sourceMappingURL=schemas.d.ts.map