import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeletePermissionVersionRequest, DeletePermissionVersionResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface DeletePermissionVersionCommandInput extends DeletePermissionVersionRequest {} export interface DeletePermissionVersionCommandOutput extends DeletePermissionVersionResponse, __MetadataBearer {} declare const DeletePermissionVersionCommand_base: { new ( input: DeletePermissionVersionCommandInput, ): import("@smithy/core/client").CommandImpl< DeletePermissionVersionCommandInput, DeletePermissionVersionCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeletePermissionVersionCommandInput, ): import("@smithy/core/client").CommandImpl< DeletePermissionVersionCommandInput, DeletePermissionVersionCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeletePermissionVersionCommand extends DeletePermissionVersionCommand_base { protected static __types: { api: { input: DeletePermissionVersionRequest; output: DeletePermissionVersionResponse; }; sdk: { input: DeletePermissionVersionCommandInput; output: DeletePermissionVersionCommandOutput; }; }; }