import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateWebACLRequest, UpdateWebACLResponse } from "../models/models_0"; import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig, } from "../WAFV2Client"; export { __MetadataBearer }; export { $Command }; export interface UpdateWebACLCommandInput extends UpdateWebACLRequest {} export interface UpdateWebACLCommandOutput extends UpdateWebACLResponse, __MetadataBearer {} declare const UpdateWebACLCommand_base: { new ( input: UpdateWebACLCommandInput ): import("@smithy/smithy-client").CommandImpl< UpdateWebACLCommandInput, UpdateWebACLCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: UpdateWebACLCommandInput ): import("@smithy/smithy-client").CommandImpl< UpdateWebACLCommandInput, UpdateWebACLCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class UpdateWebACLCommand extends UpdateWebACLCommand_base { protected static __types: { api: { input: UpdateWebACLRequest; output: UpdateWebACLResponse; }; sdk: { input: UpdateWebACLCommandInput; output: UpdateWebACLCommandOutput; }; }; }