import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { AssociateDistributionWebACLRequest, AssociateDistributionWebACLResult, } from "../models/models_0"; export { __MetadataBearer }; export interface AssociateDistributionWebACLCommandInput extends AssociateDistributionWebACLRequest {} export interface AssociateDistributionWebACLCommandOutput extends AssociateDistributionWebACLResult, __MetadataBearer {} declare const AssociateDistributionWebACLCommand_base: { new ( input: AssociateDistributionWebACLCommandInput, ): import("@smithy/core/client").CommandImpl< AssociateDistributionWebACLCommandInput, AssociateDistributionWebACLCommandOutput, import("..").CloudFrontClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: AssociateDistributionWebACLCommandInput, ): import("@smithy/core/client").CommandImpl< AssociateDistributionWebACLCommandInput, AssociateDistributionWebACLCommandOutput, import("..").CloudFrontClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class AssociateDistributionWebACLCommand extends AssociateDistributionWebACLCommand_base { protected static __types: { api: { input: AssociateDistributionWebACLRequest; output: AssociateDistributionWebACLResult; }; sdk: { input: AssociateDistributionWebACLCommandInput; output: AssociateDistributionWebACLCommandOutput; }; }; }