import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateViewInput, CreateViewOutput } from "../models/models_0"; import { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ResourceExplorer2Client"; export { __MetadataBearer }; export { $Command }; export interface CreateViewCommandInput extends CreateViewInput {} export interface CreateViewCommandOutput extends CreateViewOutput, __MetadataBearer {} declare const CreateViewCommand_base: { new ( input: CreateViewCommandInput ): import("@smithy/core/client").CommandImpl< CreateViewCommandInput, CreateViewCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CreateViewCommandInput ): import("@smithy/core/client").CommandImpl< CreateViewCommandInput, CreateViewCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class CreateViewCommand extends CreateViewCommand_base { protected static __types: { api: { input: CreateViewInput; output: CreateViewOutput; }; sdk: { input: CreateViewCommandInput; output: CreateViewCommandOutput; }; }; }