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