export declare function escapeGlobSubject(value: string): string; export declare function normalizePathSubject(value: string): string; export declare function isPathSubjectKey(subjectKey: string): boolean; export declare function subjectForToolInput(toolName: string, input: unknown, subjectKey?: string): string | undefined; //# sourceMappingURL=tool-subject.d.ts.map