import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { AssociateDistributionTenantWebACLRequest, AssociateDistributionTenantWebACLResult, } from "../models/models_0"; export { __MetadataBearer }; export interface AssociateDistributionTenantWebACLCommandInput extends AssociateDistributionTenantWebACLRequest {} export interface AssociateDistributionTenantWebACLCommandOutput extends AssociateDistributionTenantWebACLResult, __MetadataBearer {} declare const AssociateDistributionTenantWebACLCommand_base: { new ( input: AssociateDistributionTenantWebACLCommandInput, ): import("@smithy/core/client").CommandImpl< AssociateDistributionTenantWebACLCommandInput, AssociateDistributionTenantWebACLCommandOutput, import("..").CloudFrontClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: AssociateDistributionTenantWebACLCommandInput, ): import("@smithy/core/client").CommandImpl< AssociateDistributionTenantWebACLCommandInput, AssociateDistributionTenantWebACLCommandOutput, import("..").CloudFrontClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class AssociateDistributionTenantWebACLCommand extends AssociateDistributionTenantWebACLCommand_base { protected static __types: { api: { input: AssociateDistributionTenantWebACLRequest; output: AssociateDistributionTenantWebACLResult; }; sdk: { input: AssociateDistributionTenantWebACLCommandInput; output: AssociateDistributionTenantWebACLCommandOutput; }; }; }