import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetServiceSyncConfigInput, GetServiceSyncConfigOutput } from "../models/models_0"; export { __MetadataBearer }; export interface GetServiceSyncConfigCommandInput extends GetServiceSyncConfigInput {} export interface GetServiceSyncConfigCommandOutput extends GetServiceSyncConfigOutput, __MetadataBearer {} declare const GetServiceSyncConfigCommand_base: { new ( input: GetServiceSyncConfigCommandInput, ): import("@smithy/core/client").CommandImpl< GetServiceSyncConfigCommandInput, GetServiceSyncConfigCommandOutput, import("..").ProtonClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetServiceSyncConfigCommandInput, ): import("@smithy/core/client").CommandImpl< GetServiceSyncConfigCommandInput, GetServiceSyncConfigCommandOutput, import("..").ProtonClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetServiceSyncConfigCommand extends GetServiceSyncConfigCommand_base { protected static __types: { api: { input: GetServiceSyncConfigInput; output: GetServiceSyncConfigOutput; }; sdk: { input: GetServiceSyncConfigCommandInput; output: GetServiceSyncConfigCommandOutput; }; }; }