import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetProfileObjectTypeTemplateRequest, GetProfileObjectTypeTemplateResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface GetProfileObjectTypeTemplateCommandInput extends GetProfileObjectTypeTemplateRequest {} export interface GetProfileObjectTypeTemplateCommandOutput extends GetProfileObjectTypeTemplateResponse, __MetadataBearer {} declare const GetProfileObjectTypeTemplateCommand_base: { new ( input: GetProfileObjectTypeTemplateCommandInput, ): import("@smithy/core/client").CommandImpl< GetProfileObjectTypeTemplateCommandInput, GetProfileObjectTypeTemplateCommandOutput, import("..").CustomerProfilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetProfileObjectTypeTemplateCommandInput, ): import("@smithy/core/client").CommandImpl< GetProfileObjectTypeTemplateCommandInput, GetProfileObjectTypeTemplateCommandOutput, import("..").CustomerProfilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetProfileObjectTypeTemplateCommand extends GetProfileObjectTypeTemplateCommand_base { protected static __types: { api: { input: GetProfileObjectTypeTemplateRequest; output: GetProfileObjectTypeTemplateResponse; }; sdk: { input: GetProfileObjectTypeTemplateCommandInput; output: GetProfileObjectTypeTemplateCommandOutput; }; }; }