import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetTemplateSyncConfigInput, GetTemplateSyncConfigOutput } from "../models/models_0"; export { __MetadataBearer }; export interface GetTemplateSyncConfigCommandInput extends GetTemplateSyncConfigInput {} export interface GetTemplateSyncConfigCommandOutput extends GetTemplateSyncConfigOutput, __MetadataBearer {} declare const GetTemplateSyncConfigCommand_base: { new ( input: GetTemplateSyncConfigCommandInput, ): import("@smithy/core/client").CommandImpl< GetTemplateSyncConfigCommandInput, GetTemplateSyncConfigCommandOutput, import("..").ProtonClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetTemplateSyncConfigCommandInput, ): import("@smithy/core/client").CommandImpl< GetTemplateSyncConfigCommandInput, GetTemplateSyncConfigCommandOutput, import("..").ProtonClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetTemplateSyncConfigCommand extends GetTemplateSyncConfigCommand_base { protected static __types: { api: { input: GetTemplateSyncConfigInput; output: GetTemplateSyncConfigOutput; }; sdk: { input: GetTemplateSyncConfigCommandInput; output: GetTemplateSyncConfigCommandOutput; }; }; }