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