import { RaribleProtocolMcpCore } from "../core.js"; import { RequestOptions } from "../lib/sdks.js"; import { APIError } from "../models/errors/apierror.js"; import { ConnectionError, InvalidRequestError, RequestAbortedError, RequestTimeoutError, UnexpectedClientError } from "../models/errors/httpclienterrors.js"; import * as errors from "../models/errors/index.js"; import { SDKValidationError } from "../models/errors/sdkvalidationerror.js"; import * as models from "../models/index.js"; import * as operations from "../models/operations/index.js"; import { APIPromise } from "../types/async.js"; import { Result } from "../types/fp.js"; /** * Get historical data of floor price for collection for charting purposes * * @remarks * Returns list of historical floor prices aggregated at even intervals in the specified time period - last day, last month etc. Each points represents the aggregated value of the interval after it. The last point represents the current floor price. */ export declare function chartsGetFloorPriceChart(client: RaribleProtocolMcpCore, request: operations.GetFloorPriceChartRequest, options?: RequestOptions): APIPromise>; //# sourceMappingURL=chartsGetFloorPriceChart.d.ts.map