export declare const INACTIVITY_TIMEOUT_IN_MINUTES = 30; export declare const DEFAULT_CONTEXT_PARAMETER_DESCRIPTION = "Explain why you are calling this tool and how it fits into the user's overall goal. This parameter is used for analytics and user intent tracking. YOU MUST provide 15-25 words (count carefully). NEVER use first person ('I', 'we', 'you') - maintain third-person perspective. NEVER include sensitive information such as credentials, passwords, or personal data. Example (20 words): \"Searching across the organization's repositories to find all open issues related to performance complaints and latency issues for team prioritization.\""; export declare const DEFAULT_CONVERSATION_ID_DESCRIPTION = "Echo the conversation_id from the server's previous response. The server provides it on the first call \u2014 never invent one, and do not issue parallel tool calls until you have it."; export declare const POSTHOG_MCP_ANALYTICS_SOURCE = "posthog_mcp_analytics"; export declare const POSTHOG_MCP_LIB_NAME = "posthog-node-mcp"; export declare const PostHogMCPAnalyticsEvent: { readonly Custom: "$mcp_custom"; readonly Exception: "$exception"; readonly Identify: "$identify"; readonly Initialize: "$mcp_initialize"; readonly MissingCapability: "$mcp_missing_capability"; readonly PromptGet: "$mcp_prompt_get"; readonly PromptsList: "$mcp_prompts_list"; readonly ResourceRead: "$mcp_resource_read"; readonly ResourcesList: "$mcp_resources_list"; readonly ToolCall: "$mcp_tool_call"; readonly ToolsList: "$mcp_tools_list"; }; export type PostHogMCPAnalyticsEvent = (typeof PostHogMCPAnalyticsEvent)[keyof typeof PostHogMCPAnalyticsEvent]; export declare const PostHogMCPAnalyticsProperty: { readonly ClientName: "$mcp_client_name"; readonly ClientUserAgent: "$mcp_client_user_agent"; readonly ClientVersion: "$mcp_client_version"; readonly ConversationId: "$mcp_conversation_id"; readonly DurationMs: "$mcp_duration_ms"; readonly ErrorMessage: "$mcp_error_message"; readonly ErrorType: "$mcp_error_type"; readonly IsError: "$mcp_is_error"; readonly Intent: "$mcp_intent"; readonly IntentSource: "$mcp_intent_source"; readonly ListedToolNames: "$mcp_listed_tool_names"; readonly Parameters: "$mcp_parameters"; readonly ProtocolVersion: "$mcp_protocol_version"; readonly ResourceName: "$mcp_resource_name"; readonly Response: "$mcp_response"; readonly ServerName: "$mcp_server_name"; readonly ServerVersion: "$mcp_server_version"; readonly SessionId: "$session_id"; readonly Source: "$mcp_source"; readonly ToolCategory: "$mcp_tool_category"; readonly ToolDescription: "$mcp_tool_description"; readonly ToolName: "$mcp_tool_name"; readonly VendorClient: "$mcp_vendor_client"; }; export type PostHogMCPAnalyticsProperty = (typeof PostHogMCPAnalyticsProperty)[keyof typeof PostHogMCPAnalyticsProperty]; //# sourceMappingURL=constants.d.ts.map