export { AllowPolicies, BaseAllowPolicies, type AllowPolicyCreateResponse, type AllowPolicyListResponse, type AllowPolicyDeleteResponse, type AllowPolicyEditResponse, type AllowPolicyGetResponse, type AllowPolicyCreateParams, type AllowPolicyListParams, type AllowPolicyDeleteParams, type AllowPolicyEditParams, type AllowPolicyGetParams, type AllowPolicyListResponsesV4PagePaginationArray, } from "./allow-policies.js"; export { BlockSenders, BaseBlockSenders, type BlockSenderCreateResponse, type BlockSenderListResponse, type BlockSenderDeleteResponse, type BlockSenderEditResponse, type BlockSenderGetResponse, type BlockSenderCreateParams, type BlockSenderListParams, type BlockSenderDeleteParams, type BlockSenderEditParams, type BlockSenderGetParams, type BlockSenderListResponsesV4PagePaginationArray, } from "./block-senders.js"; export { Domains, BaseDomains, type DomainListResponse, type DomainDeleteResponse, type DomainEditResponse, type DomainGetResponse, type DomainListParams, type DomainDeleteParams, type DomainEditParams, type DomainGetParams, type DomainListResponsesV4PagePaginationArray, } from "./domains.js"; export { ImpersonationRegistry, BaseImpersonationRegistry, type ImpersonationRegistryCreateResponse, type ImpersonationRegistryListResponse, type ImpersonationRegistryDeleteResponse, type ImpersonationRegistryEditResponse, type ImpersonationRegistryGetResponse, type ImpersonationRegistryCreateParams, type ImpersonationRegistryListParams, type ImpersonationRegistryDeleteParams, type ImpersonationRegistryEditParams, type ImpersonationRegistryGetParams, type ImpersonationRegistryListResponsesV4PagePaginationArray, } from "./impersonation-registry.js"; export { SendingDomainRestrictions, BaseSendingDomainRestrictions, type SendingDomainRestrictionCreateResponse, type SendingDomainRestrictionListResponse, type SendingDomainRestrictionDeleteResponse, type SendingDomainRestrictionEditResponse, type SendingDomainRestrictionGetResponse, type SendingDomainRestrictionCreateParams, type SendingDomainRestrictionListParams, type SendingDomainRestrictionDeleteParams, type SendingDomainRestrictionEditParams, type SendingDomainRestrictionGetParams, type SendingDomainRestrictionListResponsesV4PagePaginationArray, } from "./sending-domain-restrictions.js"; export { Settings, BaseSettings } from "./settings.js"; export { TrustedDomains, BaseTrustedDomains, type TrustedDomainCreateResponse, type TrustedDomainListResponse, type TrustedDomainDeleteResponse, type TrustedDomainEditResponse, type TrustedDomainGetResponse, type TrustedDomainCreateParams, type TrustedDomainListParams, type TrustedDomainDeleteParams, type TrustedDomainEditParams, type TrustedDomainGetParams, type TrustedDomainListResponsesV4PagePaginationArray, } from "./trusted-domains.js"; export { URLIgnorePatterns, BaseURLIgnorePatterns, type URLIgnorePatternCreateResponse, type URLIgnorePatternListResponse, type URLIgnorePatternDeleteResponse, type URLIgnorePatternEditResponse, type URLIgnorePatternGetResponse, type URLIgnorePatternCreateParams, type URLIgnorePatternListParams, type URLIgnorePatternDeleteParams, type URLIgnorePatternEditParams, type URLIgnorePatternGetParams, type URLIgnorePatternListResponsesV4PagePaginationArray, } from "./url-ignore-patterns.js"; //# sourceMappingURL=index.d.ts.map