import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../APIGatewayClient"; import { GetMethodRequest, Method } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface GetMethodCommandInput extends GetMethodRequest {} export interface GetMethodCommandOutput extends Method, __MetadataBearer {} declare const GetMethodCommand_base: { new ( input: GetMethodCommandInput ): import("@smithy/smithy-client").CommandImpl< GetMethodCommandInput, GetMethodCommandOutput, APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: GetMethodCommandInput ): import("@smithy/smithy-client").CommandImpl< GetMethodCommandInput, GetMethodCommandOutput, APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class GetMethodCommand extends GetMethodCommand_base { protected static __types: { api: { input: GetMethodRequest; output: Method; }; sdk: { input: GetMethodCommandInput; output: GetMethodCommandOutput; }; }; }