import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetGeoMatchSetRequest, GetGeoMatchSetResponse } from "../models/models_0"; export { __MetadataBearer }; export interface GetGeoMatchSetCommandInput extends GetGeoMatchSetRequest {} export interface GetGeoMatchSetCommandOutput extends GetGeoMatchSetResponse, __MetadataBearer {} declare const GetGeoMatchSetCommand_base: { new ( input: GetGeoMatchSetCommandInput, ): import("@smithy/core/client").CommandImpl< GetGeoMatchSetCommandInput, GetGeoMatchSetCommandOutput, import("..").WAFRegionalClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetGeoMatchSetCommandInput, ): import("@smithy/core/client").CommandImpl< GetGeoMatchSetCommandInput, GetGeoMatchSetCommandOutput, import("..").WAFRegionalClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetGeoMatchSetCommand extends GetGeoMatchSetCommand_base { protected static __types: { api: { input: GetGeoMatchSetRequest; output: GetGeoMatchSetResponse; }; sdk: { input: GetGeoMatchSetCommandInput; output: GetGeoMatchSetCommandOutput; }; }; }