import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetEncryptionConfigRequest, GetEncryptionConfigResult, } from "../models/models_0"; import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig, } from "../XRayClient"; export { __MetadataBearer }; export { $Command }; export interface GetEncryptionConfigCommandInput extends GetEncryptionConfigRequest {} export interface GetEncryptionConfigCommandOutput extends GetEncryptionConfigResult, __MetadataBearer {} declare const GetEncryptionConfigCommand_base: { new ( input: GetEncryptionConfigCommandInput ): import("@smithy/core/client").CommandImpl< GetEncryptionConfigCommandInput, GetEncryptionConfigCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( ...[input]: [] | [GetEncryptionConfigCommandInput] ): import("@smithy/core/client").CommandImpl< GetEncryptionConfigCommandInput, GetEncryptionConfigCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class GetEncryptionConfigCommand extends GetEncryptionConfigCommand_base { protected static __types: { api: { input: {}; output: GetEncryptionConfigResult; }; sdk: { input: GetEncryptionConfigCommandInput; output: GetEncryptionConfigCommandOutput; }; }; }