import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { PutDomainObjectTypeRequest, PutDomainObjectTypeResponse } from "../models/models_1"; export { __MetadataBearer }; export interface PutDomainObjectTypeCommandInput extends PutDomainObjectTypeRequest {} export interface PutDomainObjectTypeCommandOutput extends PutDomainObjectTypeResponse, __MetadataBearer {} declare const PutDomainObjectTypeCommand_base: { new ( input: PutDomainObjectTypeCommandInput, ): import("@smithy/core/client").CommandImpl< PutDomainObjectTypeCommandInput, PutDomainObjectTypeCommandOutput, import("..").CustomerProfilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: PutDomainObjectTypeCommandInput, ): import("@smithy/core/client").CommandImpl< PutDomainObjectTypeCommandInput, PutDomainObjectTypeCommandOutput, import("..").CustomerProfilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class PutDomainObjectTypeCommand extends PutDomainObjectTypeCommand_base { protected static __types: { api: { input: PutDomainObjectTypeRequest; output: PutDomainObjectTypeResponse; }; sdk: { input: PutDomainObjectTypeCommandInput; output: PutDomainObjectTypeCommandOutput; }; }; }