import { z } from 'zod'; export declare const OptimizeTextSchema: z.ZodObject<{ text: z.ZodString; key: z.ZodString; quality: z.ZodOptional; }, "strip", z.ZodTypeAny, { text: string; key: string; quality?: number | undefined; }, { text: string; key: string; quality?: number | undefined; }>; export declare const GetCachedSchema: z.ZodObject<{ key: z.ZodString; }, "strip", z.ZodTypeAny, { key: string; }, { key: string; }>; export declare const CountTokensSchema: z.ZodObject<{ text: z.ZodString; }, "strip", z.ZodTypeAny, { text: string; }, { text: string; }>; export declare const CompressTextSchema: z.ZodObject<{ text: z.ZodString; quality: z.ZodOptional; }, "strip", z.ZodTypeAny, { text: string; quality?: number | undefined; }, { text: string; quality?: number | undefined; }>; export declare const DecompressTextSchema: z.ZodObject<{ compressed: z.ZodString; }, "strip", z.ZodTypeAny, { compressed: string; }, { compressed: string; }>; export declare const GetCacheStatsSchema: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>; export declare const ClearCacheSchema: z.ZodObject<{ confirm: z.ZodEffects; }, "strip", z.ZodTypeAny, { confirm: boolean; }, { confirm: boolean; }>; export declare const AnalyzeOptimizationSchema: z.ZodObject<{ text: z.ZodString; }, "strip", z.ZodTypeAny, { text: string; }, { text: string; }>; export declare const GetSessionStatsSchema: z.ZodObject<{ sessionId: z.ZodOptional; }, "strip", z.ZodTypeAny, { sessionId?: string | undefined; }, { sessionId?: string | undefined; }>; export declare const OptimizeSessionSchema: z.ZodObject<{ sessionId: z.ZodOptional; min_token_threshold: z.ZodDefault>; }, "strip", z.ZodTypeAny, { min_token_threshold: number; sessionId?: string | undefined; }, { sessionId?: string | undefined; min_token_threshold?: number | undefined; }>; export declare const AnalyzeProjectTokensSchema: z.ZodObject<{ projectPath: z.ZodOptional; startDate: z.ZodOptional; endDate: z.ZodOptional; costPerMillionTokens: z.ZodDefault>; }, "strip", z.ZodTypeAny, { costPerMillionTokens: number; projectPath?: string | undefined; startDate?: string | undefined; endDate?: string | undefined; }, { projectPath?: string | undefined; startDate?: string | undefined; endDate?: string | undefined; costPerMillionTokens?: number | undefined; }>; export declare const PredictiveCacheSchema: z.ZodRecord; export declare const CacheWarmupSchema: z.ZodRecord; export declare const SmartAstGrepSchema: z.ZodObject<{ pattern: z.ZodOptional; }, "passthrough", z.ZodTypeAny, z.objectOutputType<{ pattern: z.ZodOptional; }, z.ZodTypeAny, "passthrough">, z.objectInputType<{ pattern: z.ZodOptional; }, z.ZodTypeAny, "passthrough">>; export declare const CacheAnalyticsSchema: z.ZodRecord; export declare const CacheBenchmarkSchema: z.ZodRecord; export declare const CacheCompressionSchema: z.ZodRecord; export declare const CacheInvalidationSchema: z.ZodRecord; export declare const CacheOptimizerSchema: z.ZodRecord; export declare const CachePartitionSchema: z.ZodRecord; export declare const CacheReplicationSchema: z.ZodRecord; export declare const SmartCacheSchema: z.ZodRecord; export declare const SmartSqlSchema: z.ZodRecord; export declare const SmartSchemaSchema: z.ZodRecord; export declare const SmartApiFetchSchema: z.ZodRecord; export declare const SmartCacheApiSchema: z.ZodRecord; export declare const SmartDatabaseSchema: z.ZodRecord; export declare const SmartGraphQLSchema: z.ZodRecord; export declare const SmartMigrationSchema: z.ZodRecord; export declare const SmartOrmSchema: z.ZodRecord; export declare const SmartRestSchema: z.ZodRecord; export declare const SmartWebSocketSchema: z.ZodRecord; export declare const SmartProcessesSchema: z.ZodRecord; export declare const SmartNetworkSchema: z.ZodRecord; export declare const SmartLogsSchema: z.ZodRecord; export declare const SmartLintSchema: z.ZodRecord; export declare const SmartInstallSchema: z.ZodRecord; export declare const SmartDockerSchema: z.ZodRecord; export declare const SmartBuildSchema: z.ZodRecord; export declare const SmartSystemMetricsSchema: z.ZodRecord; export declare const SmartTestSchema: z.ZodRecord; export declare const SmartTypeCheckSchema: z.ZodRecord; export declare const SmartCronSchema: z.ZodRecord; export declare const SmartUserSchema: z.ZodRecord; export declare const SmartDiffSchema: z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>; export declare const SmartBranchSchema: z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>; export declare const SmartMergeSchema: z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>; export declare const SmartStatusSchema: z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>; export declare const SmartLogSchema: z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>; export declare const SmartReadSchema: z.ZodObject<{ path: z.ZodString; }, "passthrough", z.ZodTypeAny, z.objectOutputType<{ path: z.ZodString; }, z.ZodTypeAny, "passthrough">, z.objectInputType<{ path: z.ZodString; }, z.ZodTypeAny, "passthrough">>; export declare const SmartWriteSchema: z.ZodObject<{ path: z.ZodString; content: z.ZodString; }, "passthrough", z.ZodTypeAny, z.objectOutputType<{ path: z.ZodString; content: z.ZodString; }, z.ZodTypeAny, "passthrough">, z.objectInputType<{ path: z.ZodString; content: z.ZodString; }, z.ZodTypeAny, "passthrough">>; export declare const SmartEditSchema: z.ZodObject<{ path: z.ZodString; operations: z.ZodAny; }, "passthrough", z.ZodTypeAny, z.objectOutputType<{ path: z.ZodString; operations: z.ZodAny; }, z.ZodTypeAny, "passthrough">, z.objectInputType<{ path: z.ZodString; operations: z.ZodAny; }, z.ZodTypeAny, "passthrough">>; export declare const SmartGlobSchema: z.ZodObject<{ pattern: z.ZodString; }, "passthrough", z.ZodTypeAny, z.objectOutputType<{ pattern: z.ZodString; }, z.ZodTypeAny, "passthrough">, z.objectInputType<{ pattern: z.ZodString; }, z.ZodTypeAny, "passthrough">>; export declare const SmartGrepSchema: z.ZodObject<{ pattern: z.ZodString; }, "passthrough", z.ZodTypeAny, z.objectOutputType<{ pattern: z.ZodString; }, z.ZodTypeAny, "passthrough">, z.objectInputType<{ pattern: z.ZodString; }, z.ZodTypeAny, "passthrough">>; export declare const AlertManagerSchema: z.ZodRecord; export declare const MetricCollectorSchema: z.ZodRecord; export declare const MonitoringIntegrationSchema: z.ZodRecord; export declare const CustomWidgetSchema: z.ZodRecord; export declare const DataVisualizerSchema: z.ZodRecord; export declare const HealthMonitorSchema: z.ZodRecord; export declare const LogDashboardSchema: z.ZodRecord; export declare const IntelligentAssistantSchema: z.ZodRecord; export declare const NaturalLanguageQuerySchema: z.ZodRecord; export declare const PatternRecognitionSchema: z.ZodRecord; export declare const PredictiveAnalyticsSchema: z.ZodRecord; export declare const RecommendationEngineSchema: z.ZodRecord; export declare const SmartSummarizationSchema: z.ZodRecord; export declare const GetHookAnalyticsSchema: z.ZodObject<{ startDate: z.ZodOptional; endDate: z.ZodOptional; }, "strip", z.ZodTypeAny, { startDate?: string | undefined; endDate?: string | undefined; }, { startDate?: string | undefined; endDate?: string | undefined; }>; export declare const GetActionAnalyticsSchema: z.ZodObject<{ startDate: z.ZodOptional; endDate: z.ZodOptional; }, "strip", z.ZodTypeAny, { startDate?: string | undefined; endDate?: string | undefined; }, { startDate?: string | undefined; endDate?: string | undefined; }>; export declare const GetMcpServerAnalyticsSchema: z.ZodObject<{ startDate: z.ZodOptional; endDate: z.ZodOptional; }, "strip", z.ZodTypeAny, { startDate?: string | undefined; endDate?: string | undefined; }, { startDate?: string | undefined; endDate?: string | undefined; }>; export declare const ExportAnalyticsSchema: z.ZodObject<{ format: z.ZodEnum<["json", "csv"]>; startDate: z.ZodOptional; endDate: z.ZodOptional; hookPhase: z.ZodOptional>; toolName: z.ZodOptional; mcpServer: z.ZodOptional; }, "strip", z.ZodTypeAny, { format: "json" | "csv"; toolName?: string | undefined; startDate?: string | undefined; endDate?: string | undefined; hookPhase?: "PreToolUse" | "PostToolUse" | "SessionStart" | "PreCompact" | "UserPromptSubmit" | "Unknown" | undefined; mcpServer?: string | undefined; }, { format: "json" | "csv"; toolName?: string | undefined; startDate?: string | undefined; endDate?: string | undefined; hookPhase?: "PreToolUse" | "PostToolUse" | "SessionStart" | "PreCompact" | "UserPromptSubmit" | "Unknown" | undefined; mcpServer?: string | undefined; }>; export declare const toolSchemaMap: Record>; //# sourceMappingURL=tool-schemas.d.ts.map