import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteServiceSyncConfigInput, DeleteServiceSyncConfigOutput } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteServiceSyncConfigCommandInput extends DeleteServiceSyncConfigInput {} export interface DeleteServiceSyncConfigCommandOutput extends DeleteServiceSyncConfigOutput, __MetadataBearer {} declare const DeleteServiceSyncConfigCommand_base: { new ( input: DeleteServiceSyncConfigCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteServiceSyncConfigCommandInput, DeleteServiceSyncConfigCommandOutput, import("..").ProtonClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteServiceSyncConfigCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteServiceSyncConfigCommandInput, DeleteServiceSyncConfigCommandOutput, import("..").ProtonClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteServiceSyncConfigCommand extends DeleteServiceSyncConfigCommand_base { protected static __types: { api: { input: DeleteServiceSyncConfigInput; output: DeleteServiceSyncConfigOutput; }; sdk: { input: DeleteServiceSyncConfigCommandInput; output: DeleteServiceSyncConfigCommandOutput; }; }; }