import type { Tool } from "@empiricalrun/shared-types/chat-agent"; import type { z } from "zod"; import { analyseVideoSchema } from "../definitions/analyse-video"; export declare const analyseVideo: Tool>; //# sourceMappingURL=index.d.ts.map