import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../AppSyncClient"; import { StartSchemaMergeRequest, StartSchemaMergeResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface StartSchemaMergeCommandInput extends StartSchemaMergeRequest {} export interface StartSchemaMergeCommandOutput extends StartSchemaMergeResponse, __MetadataBearer {} declare const StartSchemaMergeCommand_base: { new ( input: StartSchemaMergeCommandInput ): import("@smithy/smithy-client").CommandImpl< StartSchemaMergeCommandInput, StartSchemaMergeCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: StartSchemaMergeCommandInput ): import("@smithy/smithy-client").CommandImpl< StartSchemaMergeCommandInput, StartSchemaMergeCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class StartSchemaMergeCommand extends StartSchemaMergeCommand_base { protected static __types: { api: { input: StartSchemaMergeRequest; output: StartSchemaMergeResponse; }; sdk: { input: StartSchemaMergeCommandInput; output: StartSchemaMergeCommandOutput; }; }; }