import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetFieldLevelEncryptionProfileConfigRequest, GetFieldLevelEncryptionProfileConfigResult, } from "../models/models_0"; export { __MetadataBearer }; export interface GetFieldLevelEncryptionProfileConfigCommandInput extends GetFieldLevelEncryptionProfileConfigRequest {} export interface GetFieldLevelEncryptionProfileConfigCommandOutput extends GetFieldLevelEncryptionProfileConfigResult, __MetadataBearer {} declare const GetFieldLevelEncryptionProfileConfigCommand_base: { new ( input: GetFieldLevelEncryptionProfileConfigCommandInput, ): import("@smithy/core/client").CommandImpl< GetFieldLevelEncryptionProfileConfigCommandInput, GetFieldLevelEncryptionProfileConfigCommandOutput, import("..").CloudFrontClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetFieldLevelEncryptionProfileConfigCommandInput, ): import("@smithy/core/client").CommandImpl< GetFieldLevelEncryptionProfileConfigCommandInput, GetFieldLevelEncryptionProfileConfigCommandOutput, import("..").CloudFrontClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetFieldLevelEncryptionProfileConfigCommand extends GetFieldLevelEncryptionProfileConfigCommand_base { protected static __types: { api: { input: GetFieldLevelEncryptionProfileConfigRequest; output: GetFieldLevelEncryptionProfileConfigResult; }; sdk: { input: GetFieldLevelEncryptionProfileConfigCommandInput; output: GetFieldLevelEncryptionProfileConfigCommandOutput; }; }; }