export declare const listParentSegmentsTool: { name: string; description: string; inputSchema: { type: string; properties: {}; required: never[]; }; handler: (_args: unknown, _context: unknown) => Promise<{ parentSegments: { id: string; name: string | undefined; description: string | null; createdAt: string | undefined; updatedAt: string | undefined; type: string | undefined; }[]; total: number; }>; }; //# sourceMappingURL=listParentSegments.d.ts.map