import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteByteMatchSetRequest, DeleteByteMatchSetResponse } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteByteMatchSetCommandInput extends DeleteByteMatchSetRequest {} export interface DeleteByteMatchSetCommandOutput extends DeleteByteMatchSetResponse, __MetadataBearer {} declare const DeleteByteMatchSetCommand_base: { new ( input: DeleteByteMatchSetCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteByteMatchSetCommandInput, DeleteByteMatchSetCommandOutput, import("..").WAFRegionalClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteByteMatchSetCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteByteMatchSetCommandInput, DeleteByteMatchSetCommandOutput, import("..").WAFRegionalClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteByteMatchSetCommand extends DeleteByteMatchSetCommand_base { protected static __types: { api: { input: DeleteByteMatchSetRequest; output: DeleteByteMatchSetResponse; }; sdk: { input: DeleteByteMatchSetCommandInput; output: DeleteByteMatchSetCommandOutput; }; }; }