import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetFieldLevelEncryptionProfileRequest, GetFieldLevelEncryptionProfileResult, } from "../models/models_0"; export { __MetadataBearer }; export interface GetFieldLevelEncryptionProfileCommandInput extends GetFieldLevelEncryptionProfileRequest {} export interface GetFieldLevelEncryptionProfileCommandOutput extends GetFieldLevelEncryptionProfileResult, __MetadataBearer {} declare const GetFieldLevelEncryptionProfileCommand_base: { new ( input: GetFieldLevelEncryptionProfileCommandInput, ): import("@smithy/core/client").CommandImpl< GetFieldLevelEncryptionProfileCommandInput, GetFieldLevelEncryptionProfileCommandOutput, import("..").CloudFrontClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetFieldLevelEncryptionProfileCommandInput, ): import("@smithy/core/client").CommandImpl< GetFieldLevelEncryptionProfileCommandInput, GetFieldLevelEncryptionProfileCommandOutput, import("..").CloudFrontClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetFieldLevelEncryptionProfileCommand extends GetFieldLevelEncryptionProfileCommand_base { protected static __types: { api: { input: GetFieldLevelEncryptionProfileRequest; output: GetFieldLevelEncryptionProfileResult; }; sdk: { input: GetFieldLevelEncryptionProfileCommandInput; output: GetFieldLevelEncryptionProfileCommandOutput; }; }; }