import { APIResource } from "../../resource.js"; import * as CustomTrustStoreAPI from "./custom-trust-store.js"; import { CustomTrustStore, CustomTrustStoreCreateParams, CustomTrustStoreDeleteParams, CustomTrustStoreDeleteResponse, CustomTrustStoreGetParams, CustomTrustStoreListParams, CustomTrustStoresV4PagePaginationArray } from "./custom-trust-store.js"; import * as TotalTLSAPI from "./total-tls.js"; import { CertificateAuthority, TotalTLS, TotalTLSEditParams, TotalTLSEditResponse, TotalTLSGetParams, TotalTLSGetResponse, TotalTLSUpdateParams, TotalTLSUpdateResponse } from "./total-tls.js"; export declare class ACM extends APIResource { totalTLS: TotalTLSAPI.TotalTLS; customTrustStore: CustomTrustStoreAPI.CustomTrustStore; } export declare namespace ACM { export { TotalTLS as TotalTLS, 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, type CustomTrustStoreDeleteResponse as CustomTrustStoreDeleteResponse, CustomTrustStoresV4PagePaginationArray as CustomTrustStoresV4PagePaginationArray, type CustomTrustStoreCreateParams as CustomTrustStoreCreateParams, type CustomTrustStoreListParams as CustomTrustStoreListParams, type CustomTrustStoreDeleteParams as CustomTrustStoreDeleteParams, type CustomTrustStoreGetParams as CustomTrustStoreGetParams, }; } //# sourceMappingURL=acm.d.ts.map