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