import { Tool } from '@modelcontextprotocol/sdk/types.js';
export declare const getRelationshipTool: Tool;
export declare function handleGetRelationship(args: any): Promise<{
    content: {
        type: string;
        text: string;
    }[];
    isError?: undefined;
} | {
    content: {
        type: string;
        text: string;
    }[];
    isError: boolean;
}>;
//# sourceMappingURL=relationship-tools.d.ts.map