import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { PutEncryptionConfigRequest, PutEncryptionConfigResult, } from "../models/models_0"; import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig, } from "../XRayClient"; export { __MetadataBearer }; export { $Command }; export interface PutEncryptionConfigCommandInput extends PutEncryptionConfigRequest {} export interface PutEncryptionConfigCommandOutput extends PutEncryptionConfigResult, __MetadataBearer {} declare const PutEncryptionConfigCommand_base: { new ( input: PutEncryptionConfigCommandInput ): import("@smithy/core/client").CommandImpl< PutEncryptionConfigCommandInput, PutEncryptionConfigCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: PutEncryptionConfigCommandInput ): import("@smithy/core/client").CommandImpl< PutEncryptionConfigCommandInput, PutEncryptionConfigCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class PutEncryptionConfigCommand extends PutEncryptionConfigCommand_base { protected static __types: { api: { input: PutEncryptionConfigRequest; output: PutEncryptionConfigResult; }; sdk: { input: PutEncryptionConfigCommandInput; output: PutEncryptionConfigCommandOutput; }; }; }