import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DetectProfileObjectTypeRequest, DetectProfileObjectTypeResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface DetectProfileObjectTypeCommandInput extends DetectProfileObjectTypeRequest {} export interface DetectProfileObjectTypeCommandOutput extends DetectProfileObjectTypeResponse, __MetadataBearer {} declare const DetectProfileObjectTypeCommand_base: { new ( input: DetectProfileObjectTypeCommandInput, ): import("@smithy/core/client").CommandImpl< DetectProfileObjectTypeCommandInput, DetectProfileObjectTypeCommandOutput, import("..").CustomerProfilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DetectProfileObjectTypeCommandInput, ): import("@smithy/core/client").CommandImpl< DetectProfileObjectTypeCommandInput, DetectProfileObjectTypeCommandOutput, import("..").CustomerProfilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DetectProfileObjectTypeCommand extends DetectProfileObjectTypeCommand_base { protected static __types: { api: { input: DetectProfileObjectTypeRequest; output: DetectProfileObjectTypeResponse; }; sdk: { input: DetectProfileObjectTypeCommandInput; output: DetectProfileObjectTypeCommandOutput; }; }; }