import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateIndexRequest, CreateIndexResponse } from "../models/models_0"; export { __MetadataBearer }; export interface CreateIndexCommandInput extends CreateIndexRequest {} export interface CreateIndexCommandOutput extends CreateIndexResponse, __MetadataBearer {} declare const CreateIndexCommand_base: { new ( input: CreateIndexCommandInput, ): import("@smithy/core/client").CommandImpl< CreateIndexCommandInput, CreateIndexCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateIndexCommandInput, ): import("@smithy/core/client").CommandImpl< CreateIndexCommandInput, CreateIndexCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateIndexCommand extends CreateIndexCommand_base { protected static __types: { api: { input: CreateIndexRequest; output: CreateIndexResponse; }; sdk: { input: CreateIndexCommandInput; output: CreateIndexCommandOutput; }; }; }