import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetFieldLevelEncryptionRequest, GetFieldLevelEncryptionResult } from "../models/models_0"; export { __MetadataBearer }; export interface GetFieldLevelEncryptionCommandInput extends GetFieldLevelEncryptionRequest {} export interface GetFieldLevelEncryptionCommandOutput extends GetFieldLevelEncryptionResult, __MetadataBearer {} declare const GetFieldLevelEncryptionCommand_base: { new ( input: GetFieldLevelEncryptionCommandInput, ): import("@smithy/core/client").CommandImpl< GetFieldLevelEncryptionCommandInput, GetFieldLevelEncryptionCommandOutput, import("..").CloudFrontClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetFieldLevelEncryptionCommandInput, ): import("@smithy/core/client").CommandImpl< GetFieldLevelEncryptionCommandInput, GetFieldLevelEncryptionCommandOutput, import("..").CloudFrontClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetFieldLevelEncryptionCommand extends GetFieldLevelEncryptionCommand_base { protected static __types: { api: { input: GetFieldLevelEncryptionRequest; output: GetFieldLevelEncryptionResult; }; sdk: { input: GetFieldLevelEncryptionCommandInput; output: GetFieldLevelEncryptionCommandOutput; }; }; }