import { ClientSDK } from "../lib/sdks.js"; import { AccountManagement } from "./accountmanagement.js"; import { AdversaryInvestigation } from "./adversaryinvestigation.js"; import { Collections } from "./collections.js"; import { GlobalData } from "./globaldata.js"; import { ThreatHunting } from "./threathunting.js"; export declare class SDK extends ClientSDK { private _accountManagement?; get accountManagement(): AccountManagement; private _collections?; get collections(): Collections; private _globalData?; get globalData(): GlobalData; private _threatHunting?; get threatHunting(): ThreatHunting; private _adversaryInvestigation?; get adversaryInvestigation(): AdversaryInvestigation; } //# sourceMappingURL=sdk.d.ts.map