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