import { ToolField, VGAgentTool } from "@monorepo/src/app/Types/firebase"; export declare const builtInTools: VGAgentTool[]; export declare const builtInVars: ToolField[]; export declare const builtInLeadsVarsKeys: string[];