import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteGeoMatchSetRequest, DeleteGeoMatchSetResponse } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteGeoMatchSetCommandInput extends DeleteGeoMatchSetRequest {} export interface DeleteGeoMatchSetCommandOutput extends DeleteGeoMatchSetResponse, __MetadataBearer {} declare const DeleteGeoMatchSetCommand_base: { new ( input: DeleteGeoMatchSetCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteGeoMatchSetCommandInput, DeleteGeoMatchSetCommandOutput, import("..").WAFRegionalClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteGeoMatchSetCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteGeoMatchSetCommandInput, DeleteGeoMatchSetCommandOutput, import("..").WAFRegionalClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteGeoMatchSetCommand extends DeleteGeoMatchSetCommand_base { protected static __types: { api: { input: DeleteGeoMatchSetRequest; output: DeleteGeoMatchSetResponse; }; sdk: { input: DeleteGeoMatchSetCommandInput; output: DeleteGeoMatchSetCommandOutput; }; }; }