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