import { APIResource } from "../../../core/resource.mjs"; import * as AlertingAPI from "./alerting.mjs"; import { Alerting, AlertingEditParams, AlertingGetParams, BaseAlerting, CTAlertingSubscription } from "./alerting.mjs"; 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.mts.map