import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateTemplateSyncConfigInput, CreateTemplateSyncConfigOutput } from "../models/models_0"; export { __MetadataBearer }; export interface CreateTemplateSyncConfigCommandInput extends CreateTemplateSyncConfigInput {} export interface CreateTemplateSyncConfigCommandOutput extends CreateTemplateSyncConfigOutput, __MetadataBearer {} declare const CreateTemplateSyncConfigCommand_base: { new ( input: CreateTemplateSyncConfigCommandInput, ): import("@smithy/core/client").CommandImpl< CreateTemplateSyncConfigCommandInput, CreateTemplateSyncConfigCommandOutput, import("..").ProtonClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateTemplateSyncConfigCommandInput, ): import("@smithy/core/client").CommandImpl< CreateTemplateSyncConfigCommandInput, CreateTemplateSyncConfigCommandOutput, import("..").ProtonClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateTemplateSyncConfigCommand extends CreateTemplateSyncConfigCommand_base { protected static __types: { api: { input: CreateTemplateSyncConfigInput; output: CreateTemplateSyncConfigOutput; }; sdk: { input: CreateTemplateSyncConfigCommandInput; output: CreateTemplateSyncConfigCommandOutput; }; }; }