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