import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import * as components from "../models/components/index.js"; export declare class Data extends ClientSDK { /** * Get metadata and most recent prices * * @remarks * Returns a list of all asset classes, assets, and currently * active contracts tracked by Hedgewise, as well as their prices from * the prior trading day. Used to build the table on the Hedgewise * landing page. */ getMetadata(options?: RequestOptions): Promise; } //# sourceMappingURL=data.d.ts.map