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