import * as z from "zod"; import { ToolDefinition } from "../tools.js"; declare const args: { type: z.ZodOptional>>; prefix: z.ZodOptional; public_ids: z.ZodOptional>; tags: z.ZodDefault; next_cursor: z.ZodOptional; max_results: z.ZodOptional; direction: z.ZodOptional>; start_at: z.ZodOptional; fields: z.ZodOptional>>; }; export declare const tool$assetsListRawFiles: ToolDefinition; export {}; //# sourceMappingURL=assetsListRawFiles.d.ts.map