export declare function externalToolRef(source: string, namespace: string, toolName: string): string; export declare function parseExternalToolRef(toolRef: string, expectedSource: string): { namespace: string; toolName: string; } | undefined;