import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CloudFrontKeyValueStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../CloudFrontKeyValueStoreClient"; import { GetKeyRequest, GetKeyResponse } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface GetKeyCommandInput extends GetKeyRequest {} export interface GetKeyCommandOutput extends GetKeyResponse, __MetadataBearer {} declare const GetKeyCommand_base: { new (input: GetKeyCommandInput): import("@smithy/smithy-client").CommandImpl< GetKeyCommandInput, GetKeyCommandOutput, CloudFrontKeyValueStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new (input: GetKeyCommandInput): import("@smithy/smithy-client").CommandImpl< GetKeyCommandInput, GetKeyCommandOutput, CloudFrontKeyValueStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class GetKeyCommand extends GetKeyCommand_base { protected static __types: { api: { input: GetKeyRequest; output: GetKeyResponse; }; sdk: { input: GetKeyCommandInput; output: GetKeyCommandOutput; }; }; }