import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetDomainObjectTypeRequest, GetDomainObjectTypeResponse } from "../models/models_0"; export { __MetadataBearer }; export interface GetDomainObjectTypeCommandInput extends GetDomainObjectTypeRequest {} export interface GetDomainObjectTypeCommandOutput extends GetDomainObjectTypeResponse, __MetadataBearer {} declare const GetDomainObjectTypeCommand_base: { new ( input: GetDomainObjectTypeCommandInput, ): import("@smithy/core/client").CommandImpl< GetDomainObjectTypeCommandInput, GetDomainObjectTypeCommandOutput, import("..").CustomerProfilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetDomainObjectTypeCommandInput, ): import("@smithy/core/client").CommandImpl< GetDomainObjectTypeCommandInput, GetDomainObjectTypeCommandOutput, import("..").CustomerProfilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetDomainObjectTypeCommand extends GetDomainObjectTypeCommand_base { protected static __types: { api: { input: GetDomainObjectTypeRequest; output: GetDomainObjectTypeResponse; }; sdk: { input: GetDomainObjectTypeCommandInput; output: GetDomainObjectTypeCommandOutput; }; }; }