import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetVoiceTemplateRequest, GetVoiceTemplateResponse, } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../PinpointClient"; export { __MetadataBearer }; export { $Command }; export interface GetVoiceTemplateCommandInput extends GetVoiceTemplateRequest {} export interface GetVoiceTemplateCommandOutput extends GetVoiceTemplateResponse, __MetadataBearer {} declare const GetVoiceTemplateCommand_base: { new ( input: GetVoiceTemplateCommandInput ): import("@smithy/smithy-client").CommandImpl< GetVoiceTemplateCommandInput, GetVoiceTemplateCommandOutput, PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: GetVoiceTemplateCommandInput ): import("@smithy/smithy-client").CommandImpl< GetVoiceTemplateCommandInput, GetVoiceTemplateCommandOutput, PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class GetVoiceTemplateCommand extends GetVoiceTemplateCommand_base { protected static __types: { api: { input: GetVoiceTemplateRequest; output: GetVoiceTemplateResponse; }; sdk: { input: GetVoiceTemplateCommandInput; output: GetVoiceTemplateCommandOutput; }; }; }