import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateByteMatchSetRequest, UpdateByteMatchSetResponse } from "../models/models_0"; export { __MetadataBearer }; export interface UpdateByteMatchSetCommandInput extends UpdateByteMatchSetRequest {} export interface UpdateByteMatchSetCommandOutput extends UpdateByteMatchSetResponse, __MetadataBearer {} declare const UpdateByteMatchSetCommand_base: { new ( input: UpdateByteMatchSetCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateByteMatchSetCommandInput, UpdateByteMatchSetCommandOutput, import("..").WAFRegionalClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateByteMatchSetCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateByteMatchSetCommandInput, UpdateByteMatchSetCommandOutput, import("..").WAFRegionalClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateByteMatchSetCommand extends UpdateByteMatchSetCommand_base { protected static __types: { api: { input: UpdateByteMatchSetRequest; output: UpdateByteMatchSetResponse; }; sdk: { input: UpdateByteMatchSetCommandInput; output: UpdateByteMatchSetCommandOutput; }; }; }