/** * Job-hunting tools for the CareerVivid Job Agent. * * These tools wrap the existing jobs API methods so the Gemini agent can * autonomously hunt for jobs, save them to the tracker, and update statuses * using natural language instructions from the user. */ import { Tool } from "../Tool.js"; export declare const SearchJobsTool: Tool; export declare const SaveJobTool: Tool; export declare const ListJobsTool: Tool; export declare const UpdateJobStatusTool: Tool; export declare const GetResumeTool: Tool; export declare const ListResumesTool: Tool; export declare const TailorResumeTool: Tool; export declare const DeleteResumeTool: Tool; export declare const ApplyToJobTool: Tool; export declare const ALL_JOB_TOOLS: Tool[]; //# sourceMappingURL=jobs.d.ts.map