export declare const segmentSql: { name: string; description: string; inputSchema: { type: string; properties: { parent_segment_id: { type: string; description: string; }; segment_id: { type: string; description: string; }; }; required: string[]; }; execute(args: unknown): Promise<{ content: { type: string; text: string; }[]; isError?: undefined; } | { content: { type: string; text: string; }[]; isError: boolean; }>; }; //# sourceMappingURL=segmentSql.d.ts.map