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