import * as z from "zod"; import { ToolDefinition } from "../tools.js"; declare const args: { name: z.ZodString; streaming_profile_update: z.ZodType>; }; export declare const tool$streamingProfilesUpdateStreamingProfile: ToolDefinition; export {}; //# sourceMappingURL=streamingProfilesUpdateStreamingProfile.d.ts.map