import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import * as components from "../models/components/index.js"; export declare class Indicators extends ClientSDK { /** * List available indicators * * @remarks * Returns the list of all available market indicators that * Hedgewise tracks or produces. */ list(options?: RequestOptions): Promise; } //# sourceMappingURL=indicators.d.ts.map