import { APIResource } from "../../../resource.js"; import * as MarkdownForAgentsAPI from "./markdown-for-agents.js"; import { MarkdownForAgentSummaryParams, MarkdownForAgentSummaryResponse, MarkdownForAgentTimeseriesParams, MarkdownForAgentTimeseriesResponse, MarkdownForAgents } from "./markdown-for-agents.js"; import * as TimeseriesGroupsAPI from "./timeseries-groups.js"; import { TimeseriesGroupSummaryParams, TimeseriesGroupSummaryResponse, TimeseriesGroupTimeseriesGroupsParams, TimeseriesGroupTimeseriesGroupsResponse, TimeseriesGroupTimeseriesParams, TimeseriesGroupTimeseriesResponse, TimeseriesGroupUserAgentParams, TimeseriesGroupUserAgentResponse, TimeseriesGroups } from "./timeseries-groups.js"; import * as ToMarkdownAPI from "./to-markdown.js"; import { ToMarkdown, ToMarkdownCreateParams, ToMarkdownCreateResponse } from "./to-markdown.js"; import * as BotsAPI from "./bots/bots.js"; import { BotSummaryV2Params, BotSummaryV2Response, BotTimeseriesGroupsParams, BotTimeseriesGroupsResponse, BotTimeseriesParams, BotTimeseriesResponse, Bots } from "./bots/bots.js"; import * as InferenceAPI from "./inference/inference.js"; import { Inference, InferenceSummaryV2Params, InferenceSummaryV2Response, InferenceTimeseriesGroupsV2Params, InferenceTimeseriesGroupsV2Response } from "./inference/inference.js"; export declare class AI extends APIResource { toMarkdown: ToMarkdownAPI.ToMarkdown; inference: InferenceAPI.Inference; bots: BotsAPI.Bots; timeseriesGroups: TimeseriesGroupsAPI.TimeseriesGroups; markdownForAgents: MarkdownForAgentsAPI.MarkdownForAgents; } export declare namespace AI { export { ToMarkdown as ToMarkdown, type ToMarkdownCreateResponse as ToMarkdownCreateResponse, type ToMarkdownCreateParams as ToMarkdownCreateParams, }; export { Inference as Inference, type InferenceSummaryV2Response as InferenceSummaryV2Response, type InferenceTimeseriesGroupsV2Response as InferenceTimeseriesGroupsV2Response, type InferenceSummaryV2Params as InferenceSummaryV2Params, type InferenceTimeseriesGroupsV2Params as InferenceTimeseriesGroupsV2Params, }; export { Bots as Bots, type BotSummaryV2Response as BotSummaryV2Response, type BotTimeseriesResponse as BotTimeseriesResponse, type BotTimeseriesGroupsResponse as BotTimeseriesGroupsResponse, type BotSummaryV2Params as BotSummaryV2Params, type BotTimeseriesParams as BotTimeseriesParams, type BotTimeseriesGroupsParams as BotTimeseriesGroupsParams, }; export { TimeseriesGroups as TimeseriesGroups, type TimeseriesGroupSummaryResponse as TimeseriesGroupSummaryResponse, type TimeseriesGroupTimeseriesResponse as TimeseriesGroupTimeseriesResponse, type TimeseriesGroupTimeseriesGroupsResponse as TimeseriesGroupTimeseriesGroupsResponse, type TimeseriesGroupUserAgentResponse as TimeseriesGroupUserAgentResponse, type TimeseriesGroupSummaryParams as TimeseriesGroupSummaryParams, type TimeseriesGroupTimeseriesParams as TimeseriesGroupTimeseriesParams, type TimeseriesGroupTimeseriesGroupsParams as TimeseriesGroupTimeseriesGroupsParams, type TimeseriesGroupUserAgentParams as TimeseriesGroupUserAgentParams, }; export { MarkdownForAgents as MarkdownForAgents, type MarkdownForAgentSummaryResponse as MarkdownForAgentSummaryResponse, type MarkdownForAgentTimeseriesResponse as MarkdownForAgentTimeseriesResponse, type MarkdownForAgentSummaryParams as MarkdownForAgentSummaryParams, type MarkdownForAgentTimeseriesParams as MarkdownForAgentTimeseriesParams, }; } //# sourceMappingURL=ai.d.ts.map