import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetFieldLevelEncryptionConfigRequest, GetFieldLevelEncryptionConfigResult, } from "../models/models_0"; export { __MetadataBearer }; export interface GetFieldLevelEncryptionConfigCommandInput extends GetFieldLevelEncryptionConfigRequest {} export interface GetFieldLevelEncryptionConfigCommandOutput extends GetFieldLevelEncryptionConfigResult, __MetadataBearer {} declare const GetFieldLevelEncryptionConfigCommand_base: { new ( input: GetFieldLevelEncryptionConfigCommandInput, ): import("@smithy/core/client").CommandImpl< GetFieldLevelEncryptionConfigCommandInput, GetFieldLevelEncryptionConfigCommandOutput, import("..").CloudFrontClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetFieldLevelEncryptionConfigCommandInput, ): import("@smithy/core/client").CommandImpl< GetFieldLevelEncryptionConfigCommandInput, GetFieldLevelEncryptionConfigCommandOutput, import("..").CloudFrontClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetFieldLevelEncryptionConfigCommand extends GetFieldLevelEncryptionConfigCommand_base { protected static __types: { api: { input: GetFieldLevelEncryptionConfigRequest; output: GetFieldLevelEncryptionConfigResult; }; sdk: { input: GetFieldLevelEncryptionConfigCommandInput; output: GetFieldLevelEncryptionConfigCommandOutput; }; }; }