import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateCollectionRequest, CreateCollectionResponse, } from "../models/models_0"; import { OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../OpenSearchServerlessClient"; export { __MetadataBearer }; export { $Command }; export interface CreateCollectionCommandInput extends CreateCollectionRequest {} export interface CreateCollectionCommandOutput extends CreateCollectionResponse, __MetadataBearer {} declare const CreateCollectionCommand_base: { new ( input: CreateCollectionCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateCollectionCommandInput, CreateCollectionCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CreateCollectionCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateCollectionCommandInput, CreateCollectionCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class CreateCollectionCommand extends CreateCollectionCommand_base { protected static __types: { api: { input: CreateCollectionRequest; output: CreateCollectionResponse; }; sdk: { input: CreateCollectionCommandInput; output: CreateCollectionCommandOutput; }; }; }