import { HedgewiseCore } from "../core.js"; import { RequestOptions } from "../lib/sdks.js"; import * as components from "../models/components/index.js"; import { HedgewiseError } from "../models/errors/hedgewiseerror.js"; import { ConnectionError, InvalidRequestError, RequestAbortedError, RequestTimeoutError, UnexpectedClientError } from "../models/errors/httpclienterrors.js"; import { ResponseValidationError } from "../models/errors/responsevalidationerror.js"; import { SDKValidationError } from "../models/errors/sdkvalidationerror.js"; import { APIPromise } from "../types/async.js"; import { Result } from "../types/fp.js"; /** * Provide the tree structure of the features faceting panel * * @remarks * Provide the organization of a search tree over the features organization */ export declare function featuresGetTree(client: HedgewiseCore, options?: RequestOptions): APIPromise>; //# sourceMappingURL=featuresGetTree.d.ts.map