import { APIResource } from "../../../core/resource.js"; import * as AlertingAPI from "./alerting.js"; import { Alerting, AlertingEditParams, AlertingEditResponse, AlertingGetParams, AlertingGetResponse, BaseAlerting } 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 AlertingEditResponse as AlertingEditResponse, type AlertingGetResponse as AlertingGetResponse, type AlertingEditParams as AlertingEditParams, type AlertingGetParams as AlertingGetParams, }; } //# sourceMappingURL=ct.d.ts.map