import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateCollectionRequest, UpdateCollectionResponse } from "../models/models_0"; export { __MetadataBearer }; export interface UpdateCollectionCommandInput extends UpdateCollectionRequest {} export interface UpdateCollectionCommandOutput extends UpdateCollectionResponse, __MetadataBearer {} declare const UpdateCollectionCommand_base: { new ( input: UpdateCollectionCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateCollectionCommandInput, UpdateCollectionCommandOutput, import("..").OpenSearchServerlessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateCollectionCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateCollectionCommandInput, UpdateCollectionCommandOutput, import("..").OpenSearchServerlessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateCollectionCommand extends UpdateCollectionCommand_base { protected static __types: { api: { input: UpdateCollectionRequest; output: UpdateCollectionResponse; }; sdk: { input: UpdateCollectionCommandInput; output: UpdateCollectionCommandOutput; }; }; }