import { APIResource } from "../../core/resource.mjs"; import * as CustomTrustStoreAPI from "./custom-trust-store.mjs"; import { BaseCustomTrustStore, CustomTrustStore, CustomTrustStoreCreateParams, CustomTrustStoreDeleteParams, CustomTrustStoreDeleteResponse, CustomTrustStoreGetParams, CustomTrustStoreListParams, CustomTrustStoresV4PagePaginationArray } from "./custom-trust-store.mjs"; import * as TotalTLSAPI from "./total-tls.mjs"; import { BaseTotalTLS, CertificateAuthority, TotalTLS, TotalTLSEditParams, TotalTLSEditResponse, TotalTLSGetParams, TotalTLSGetResponse, TotalTLSUpdateParams, TotalTLSUpdateResponse } from "./total-tls.mjs"; export declare class BaseACM extends APIResource { static readonly _key: readonly ['acm']; } export declare class ACM extends BaseACM { totalTLS: TotalTLSAPI.TotalTLS; customTrustStore: CustomTrustStoreAPI.CustomTrustStore; } export declare namespace ACM { export { TotalTLS as TotalTLS, BaseTotalTLS as BaseTotalTLS, type CertificateAuthority as CertificateAuthority, type TotalTLSUpdateResponse as TotalTLSUpdateResponse, type TotalTLSEditResponse as TotalTLSEditResponse, type TotalTLSGetResponse as TotalTLSGetResponse, type TotalTLSUpdateParams as TotalTLSUpdateParams, type TotalTLSEditParams as TotalTLSEditParams, type TotalTLSGetParams as TotalTLSGetParams, }; export { type CustomTrustStore as CustomTrustStore, BaseCustomTrustStore as BaseCustomTrustStore, type CustomTrustStoreDeleteResponse as CustomTrustStoreDeleteResponse, type CustomTrustStoresV4PagePaginationArray as CustomTrustStoresV4PagePaginationArray, type CustomTrustStoreCreateParams as CustomTrustStoreCreateParams, type CustomTrustStoreListParams as CustomTrustStoreListParams, type CustomTrustStoreDeleteParams as CustomTrustStoreDeleteParams, type CustomTrustStoreGetParams as CustomTrustStoreGetParams, }; } //# sourceMappingURL=acm.d.mts.map