import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { AttachToIndexRequest, AttachToIndexResponse } from "../models/models_0"; export { __MetadataBearer }; export interface AttachToIndexCommandInput extends AttachToIndexRequest {} export interface AttachToIndexCommandOutput extends AttachToIndexResponse, __MetadataBearer {} declare const AttachToIndexCommand_base: { new ( input: AttachToIndexCommandInput, ): import("@smithy/core/client").CommandImpl< AttachToIndexCommandInput, AttachToIndexCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: AttachToIndexCommandInput, ): import("@smithy/core/client").CommandImpl< AttachToIndexCommandInput, AttachToIndexCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class AttachToIndexCommand extends AttachToIndexCommand_base { protected static __types: { api: { input: AttachToIndexRequest; output: AttachToIndexResponse; }; sdk: { input: AttachToIndexCommandInput; output: AttachToIndexCommandOutput; }; }; }