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