import { APIResource } from "../../../core/resource.js"; import * as AlertingAPI from "./alerting.js"; import { Alerting, AlertingEditParams, AlertingGetParams, BaseAlerting, CTAlertingSubscription } from "./alerting.js"; export declare class BaseCT extends APIResource { static readonly _key: readonly ['zones', 'ct']; } export declare class CT extends BaseCT { alerting: AlertingAPI.Alerting; } export declare namespace CT { export { Alerting as Alerting, BaseAlerting as BaseAlerting, type CTAlertingSubscription as CTAlertingSubscription, type AlertingEditParams as AlertingEditParams, type AlertingGetParams as AlertingGetParams, }; } //# sourceMappingURL=ct.d.ts.map