import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../APIGatewayClient"; import { GetModelTemplateRequest, Template } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface GetModelTemplateCommandInput extends GetModelTemplateRequest {} export interface GetModelTemplateCommandOutput extends Template, __MetadataBearer {} declare const GetModelTemplateCommand_base: { new ( input: GetModelTemplateCommandInput ): import("@smithy/smithy-client").CommandImpl< GetModelTemplateCommandInput, GetModelTemplateCommandOutput, APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: GetModelTemplateCommandInput ): import("@smithy/smithy-client").CommandImpl< GetModelTemplateCommandInput, GetModelTemplateCommandOutput, APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class GetModelTemplateCommand extends GetModelTemplateCommand_base { protected static __types: { api: { input: GetModelTemplateRequest; output: Template; }; sdk: { input: GetModelTemplateCommandInput; output: GetModelTemplateCommandOutput; }; }; }