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