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