import type { ToolToConvert } from './tool-builder/builder';
import type { VercelTool } from './types';
/**
 * Checks if a tool is a Vercel Tool
 * @param tool - The tool to check
 * @returns True if the tool is a Vercel Tool, false otherwise
 */
export declare function isVercelTool(tool?: ToolToConvert): tool is VercelTool;
//# sourceMappingURL=toolchecks.d.ts.map