declare const MCP_SERVER_NAME: "powertools-for-aws-mcp"; declare const ALLOWED_DOMAIN = "docs.aws.amazon.com"; declare const POWERTOOLS_BASE_URL = "https://docs.aws.amazon.com/powertools"; declare const FETCH_TIMEOUT_MS = 15000; declare const runtimes: readonly ["java", "dotnet", "typescript", "python"]; declare const CACHE_BASE_PATH: string; /** * Threshold for search confidence out of 100. */ declare const SEARCH_CONFIDENCE_THRESHOLD: number; export { MCP_SERVER_NAME, ALLOWED_DOMAIN, FETCH_TIMEOUT_MS, runtimes, POWERTOOLS_BASE_URL, CACHE_BASE_PATH, SEARCH_CONFIDENCE_THRESHOLD, }; //# sourceMappingURL=constants.d.ts.map