import { ClientSDK } from "../lib/sdks.js"; import { Attempts } from "./attempts.js"; import { Destinations } from "./destinations.js"; import { Events } from "./events.js"; import { Health } from "./health.js"; import { Metrics } from "./metrics.js"; import { Publish } from "./publish.js"; import { Schemas } from "./schemas.js"; import { Tenants } from "./tenants.js"; import { Topics } from "./topics.js"; export declare class Outpost extends ClientSDK { private _health?; get health(): Health; private _tenants?; get tenants(): Tenants; private _events?; get events(): Events; private _attempts?; get attempts(): Attempts; private _destinations?; get destinations(): Destinations; private _publish?; get publish(): Publish; private _schemas?; get schemas(): Schemas; private _topics?; get topics(): Topics; private _metrics?; get metrics(): Metrics; } //# sourceMappingURL=sdk.d.ts.map