import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteTemplateSyncConfigInput, DeleteTemplateSyncConfigOutput } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteTemplateSyncConfigCommandInput extends DeleteTemplateSyncConfigInput {} export interface DeleteTemplateSyncConfigCommandOutput extends DeleteTemplateSyncConfigOutput, __MetadataBearer {} declare const DeleteTemplateSyncConfigCommand_base: { new ( input: DeleteTemplateSyncConfigCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteTemplateSyncConfigCommandInput, DeleteTemplateSyncConfigCommandOutput, import("..").ProtonClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteTemplateSyncConfigCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteTemplateSyncConfigCommandInput, DeleteTemplateSyncConfigCommandOutput, import("..").ProtonClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteTemplateSyncConfigCommand extends DeleteTemplateSyncConfigCommand_base { protected static __types: { api: { input: DeleteTemplateSyncConfigInput; output: DeleteTemplateSyncConfigOutput; }; sdk: { input: DeleteTemplateSyncConfigCommandInput; output: DeleteTemplateSyncConfigCommandOutput; }; }; }