import { z } from 'zod'; export declare const listFaviconsSchema: z.ZodObject<{}, "strict", z.ZodTypeAny, {}, {}>; export declare const getFaviconSchema: z.ZodObject<{ feedId: z.ZodString; }, "strict", z.ZodTypeAny, { feedId: string; }, { feedId: string; }>; export declare const listIdsSchema: z.ZodObject<{}, "strict", z.ZodTypeAny, {}, {}>; //# sourceMappingURL=fever-tools.d.ts.map