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