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