import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetKMSEncryptionKeyResult } from "../models/models_0"; export { __MetadataBearer }; export interface GetKMSEncryptionKeyCommandInput {} export interface GetKMSEncryptionKeyCommandOutput extends GetKMSEncryptionKeyResult, __MetadataBearer {} declare const GetKMSEncryptionKeyCommand_base: { new ( input: GetKMSEncryptionKeyCommandInput, ): import("@smithy/core/client").CommandImpl< GetKMSEncryptionKeyCommandInput, GetKMSEncryptionKeyCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( ...[input]: [] | [GetKMSEncryptionKeyCommandInput] ): import("@smithy/core/client").CommandImpl< GetKMSEncryptionKeyCommandInput, GetKMSEncryptionKeyCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetKMSEncryptionKeyCommand extends GetKMSEncryptionKeyCommand_base { protected static __types: { api: { input: {}; output: GetKMSEncryptionKeyResult; }; sdk: { input: GetKMSEncryptionKeyCommandInput; output: GetKMSEncryptionKeyCommandOutput; }; }; }