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