import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreatePermissionVersionRequest, CreatePermissionVersionResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface CreatePermissionVersionCommandInput extends CreatePermissionVersionRequest {} export interface CreatePermissionVersionCommandOutput extends CreatePermissionVersionResponse, __MetadataBearer {} declare const CreatePermissionVersionCommand_base: { new ( input: CreatePermissionVersionCommandInput, ): import("@smithy/core/client").CommandImpl< CreatePermissionVersionCommandInput, CreatePermissionVersionCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreatePermissionVersionCommandInput, ): import("@smithy/core/client").CommandImpl< CreatePermissionVersionCommandInput, CreatePermissionVersionCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreatePermissionVersionCommand extends CreatePermissionVersionCommand_base { protected static __types: { api: { input: CreatePermissionVersionRequest; output: CreatePermissionVersionResponse; }; sdk: { input: CreatePermissionVersionCommandInput; output: CreatePermissionVersionCommandOutput; }; }; }