import { z } from "zod"; export declare const lookAtArgsSchema: z.ZodObject<{ file_path: z.ZodOptional; goal: z.ZodString; image_data: z.ZodOptional; }, z.core.$strip>; export type LookAtArgs = z.infer; export declare const LOOK_AT_DESCRIPTION = "Extract basic information from media files (PDFs, images, diagrams) when a quick summary suffices over precise reading. Good for simple text-based content extraction without using the Read tool. NEVER use for visual precision, aesthetic evaluation, or exact accuracy \u2014 use Read tool instead for those cases."; export declare const LOOK_AT_AGENT_NAME = "advisor";