import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateServiceSyncConfigInput, CreateServiceSyncConfigOutput } from "../models/models_0"; export { __MetadataBearer }; export interface CreateServiceSyncConfigCommandInput extends CreateServiceSyncConfigInput {} export interface CreateServiceSyncConfigCommandOutput extends CreateServiceSyncConfigOutput, __MetadataBearer {} declare const CreateServiceSyncConfigCommand_base: { new ( input: CreateServiceSyncConfigCommandInput, ): import("@smithy/core/client").CommandImpl< CreateServiceSyncConfigCommandInput, CreateServiceSyncConfigCommandOutput, import("..").ProtonClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateServiceSyncConfigCommandInput, ): import("@smithy/core/client").CommandImpl< CreateServiceSyncConfigCommandInput, CreateServiceSyncConfigCommandOutput, import("..").ProtonClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateServiceSyncConfigCommand extends CreateServiceSyncConfigCommand_base { protected static __types: { api: { input: CreateServiceSyncConfigInput; output: CreateServiceSyncConfigOutput; }; sdk: { input: CreateServiceSyncConfigCommandInput; output: CreateServiceSyncConfigCommandOutput; }; }; }