import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateFolderRequest, CreateFolderResponse } from "../models/models_3"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../QuickSightClient"; export { __MetadataBearer }; export { $Command }; export interface CreateFolderCommandInput extends CreateFolderRequest {} export interface CreateFolderCommandOutput extends CreateFolderResponse, __MetadataBearer {} declare const CreateFolderCommand_base: { new ( input: CreateFolderCommandInput ): import("@smithy/core/client").CommandImpl< CreateFolderCommandInput, CreateFolderCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CreateFolderCommandInput ): import("@smithy/core/client").CommandImpl< CreateFolderCommandInput, CreateFolderCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class CreateFolderCommand extends CreateFolderCommand_base { protected static __types: { api: { input: CreateFolderRequest; output: CreateFolderResponse; }; sdk: { input: CreateFolderCommandInput; output: CreateFolderCommandOutput; }; }; }