import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateVoiceTemplateRequest, CreateVoiceTemplateResponse, } from "../models/models_0"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../PinpointClient"; export { __MetadataBearer }; export { $Command }; export interface CreateVoiceTemplateCommandInput extends CreateVoiceTemplateRequest {} export interface CreateVoiceTemplateCommandOutput extends CreateVoiceTemplateResponse, __MetadataBearer {} declare const CreateVoiceTemplateCommand_base: { new ( input: CreateVoiceTemplateCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateVoiceTemplateCommandInput, CreateVoiceTemplateCommandOutput, PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CreateVoiceTemplateCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateVoiceTemplateCommandInput, CreateVoiceTemplateCommandOutput, PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class CreateVoiceTemplateCommand extends CreateVoiceTemplateCommand_base { protected static __types: { api: { input: CreateVoiceTemplateRequest; output: CreateVoiceTemplateResponse; }; sdk: { input: CreateVoiceTemplateCommandInput; output: CreateVoiceTemplateCommandOutput; }; }; }