export declare type IToolName = string; export declare const isIToolName: (d: unknown) => d is string;