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