import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import * as components from "../models/components/index.js"; import * as operations from "../models/operations/index.js"; export declare class SectorIndices extends ClientSDK { /** * Get the proprietary value of the sector index requested * * @remarks * Return the selected sector or asset class index historical values using a proprietary methodology and composition */ get(request: operations.GetAssetClassIndexRequest, options?: RequestOptions): Promise; } //# sourceMappingURL=sectorindices.d.ts.map