import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { AddFacetToObjectRequest, AddFacetToObjectResponse } from "../models/models_0"; export { __MetadataBearer }; export interface AddFacetToObjectCommandInput extends AddFacetToObjectRequest {} export interface AddFacetToObjectCommandOutput extends AddFacetToObjectResponse, __MetadataBearer {} declare const AddFacetToObjectCommand_base: { new ( input: AddFacetToObjectCommandInput, ): import("@smithy/core/client").CommandImpl< AddFacetToObjectCommandInput, AddFacetToObjectCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: AddFacetToObjectCommandInput, ): import("@smithy/core/client").CommandImpl< AddFacetToObjectCommandInput, AddFacetToObjectCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class AddFacetToObjectCommand extends AddFacetToObjectCommand_base { protected static __types: { api: { input: AddFacetToObjectRequest; output: {}; }; sdk: { input: AddFacetToObjectCommandInput; output: AddFacetToObjectCommandOutput; }; }; }