import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetDecryptedAPIKeyRequest, GetDecryptedAPIKeyResponse, } from "../models/models_0"; import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig, } from "../WAFV2Client"; export { __MetadataBearer }; export { $Command }; export interface GetDecryptedAPIKeyCommandInput extends GetDecryptedAPIKeyRequest {} export interface GetDecryptedAPIKeyCommandOutput extends GetDecryptedAPIKeyResponse, __MetadataBearer {} declare const GetDecryptedAPIKeyCommand_base: { new ( input: GetDecryptedAPIKeyCommandInput ): import("@smithy/smithy-client").CommandImpl< GetDecryptedAPIKeyCommandInput, GetDecryptedAPIKeyCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: GetDecryptedAPIKeyCommandInput ): import("@smithy/smithy-client").CommandImpl< GetDecryptedAPIKeyCommandInput, GetDecryptedAPIKeyCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class GetDecryptedAPIKeyCommand extends GetDecryptedAPIKeyCommand_base { protected static __types: { api: { input: GetDecryptedAPIKeyRequest; output: GetDecryptedAPIKeyResponse; }; sdk: { input: GetDecryptedAPIKeyCommandInput; output: GetDecryptedAPIKeyCommandOutput; }; }; }