import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetProfileObjectTypeRequest, GetProfileObjectTypeResponse } from "../models/models_0"; export { __MetadataBearer }; export interface GetProfileObjectTypeCommandInput extends GetProfileObjectTypeRequest {} export interface GetProfileObjectTypeCommandOutput extends GetProfileObjectTypeResponse, __MetadataBearer {} declare const GetProfileObjectTypeCommand_base: { new ( input: GetProfileObjectTypeCommandInput, ): import("@smithy/core/client").CommandImpl< GetProfileObjectTypeCommandInput, GetProfileObjectTypeCommandOutput, import("..").CustomerProfilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetProfileObjectTypeCommandInput, ): import("@smithy/core/client").CommandImpl< GetProfileObjectTypeCommandInput, GetProfileObjectTypeCommandOutput, import("..").CustomerProfilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetProfileObjectTypeCommand extends GetProfileObjectTypeCommand_base { protected static __types: { api: { input: GetProfileObjectTypeRequest; output: GetProfileObjectTypeResponse; }; sdk: { input: GetProfileObjectTypeCommandInput; output: GetProfileObjectTypeCommandOutput; }; }; }