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