import { APIResource } from "../../../core/resource.mjs"; import * as TLSAPI from "./tls.mjs"; import { BaseTLS, Setting, SettingValue, TLS, TLSDeleteParams, TLSDeleteResponse, TLSGetParams, TLSGetResponse, TLSGetResponsesSinglePage, TLSUpdateParams } from "./tls.mjs"; export declare class BaseSettings extends APIResource { static readonly _key: readonly ['hostnames', 'settings']; } export declare class Settings extends BaseSettings { tls: TLSAPI.TLS; } export declare namespace Settings { export { TLS as TLS, BaseTLS as BaseTLS, type Setting as Setting, type SettingValue as SettingValue, type TLSDeleteResponse as TLSDeleteResponse, type TLSGetResponse as TLSGetResponse, type TLSGetResponsesSinglePage as TLSGetResponsesSinglePage, type TLSUpdateParams as TLSUpdateParams, type TLSDeleteParams as TLSDeleteParams, type TLSGetParams as TLSGetParams, }; } //# sourceMappingURL=settings.d.mts.map