import { Tool } from '@modelcontextprotocol/sdk/types.js';
import { TwentyClient } from '../client/twenty-client.js';
export declare function createGetCompanyContactsTool(client: TwentyClient): Tool;
export declare function createGetPersonOpportunitiesTool(client: TwentyClient): Tool;
export declare function createLinkOpportunityTool(client: TwentyClient): Tool;
export declare function createTransferContactTool(client: TwentyClient): Tool;
export declare function createGetRelationshipSummaryTool(client: TwentyClient): Tool;
export declare function createFindOrphanedRecordsTool(client: TwentyClient): Tool;
//# sourceMappingURL=relationships.d.ts.map