import { ClientSDK } from "../lib/sdks.js"; import { ApiKey } from "./apikey.js"; import { ApiKeys } from "./apikeys.js"; import { Cluster } from "./cluster.js"; import { Orgs } from "./orgs.js"; import { ServiceAccounts } from "./serviceaccounts.js"; import { Teams } from "./teams.js"; export declare class Auth extends ClientSDK { private _apiKeys?; get apiKeys(): ApiKeys; private _teams?; get teams(): Teams; private _serviceAccounts?; get serviceAccounts(): ServiceAccounts; private _orgs?; get orgs(): Orgs; private _cluster?; get cluster(): Cluster; private _apiKey?; get apiKey(): ApiKey; } //# sourceMappingURL=auth.d.ts.map