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