import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetProfileTemplateInput, GetProfileTemplateOutput } from "../models/models_0"; export { __MetadataBearer }; export interface GetProfileTemplateCommandInput extends GetProfileTemplateInput {} export interface GetProfileTemplateCommandOutput extends GetProfileTemplateOutput, __MetadataBearer {} declare const GetProfileTemplateCommand_base: { new ( input: GetProfileTemplateCommandInput, ): import("@smithy/core/client").CommandImpl< GetProfileTemplateCommandInput, GetProfileTemplateCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( ...[input]: [] | [GetProfileTemplateCommandInput] ): import("@smithy/core/client").CommandImpl< GetProfileTemplateCommandInput, GetProfileTemplateCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetProfileTemplateCommand extends GetProfileTemplateCommand_base { protected static __types: { api: { input: {}; output: GetProfileTemplateOutput; }; sdk: { input: GetProfileTemplateCommandInput; output: GetProfileTemplateCommandOutput; }; }; }