import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ConnectClient"; import { CreateViewVersionRequest, CreateViewVersionResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface CreateViewVersionCommandInput extends CreateViewVersionRequest {} export interface CreateViewVersionCommandOutput extends CreateViewVersionResponse, __MetadataBearer {} declare const CreateViewVersionCommand_base: { new ( input: CreateViewVersionCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateViewVersionCommandInput, CreateViewVersionCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CreateViewVersionCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateViewVersionCommandInput, CreateViewVersionCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class CreateViewVersionCommand extends CreateViewVersionCommand_base { protected static __types: { api: { input: CreateViewVersionRequest; output: CreateViewVersionResponse; }; sdk: { input: CreateViewVersionCommandInput; output: CreateViewVersionCommandOutput; }; }; }