import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateFieldLevelEncryptionConfigRequest, UpdateFieldLevelEncryptionConfigResult, } from "../models/models_1"; export { __MetadataBearer }; export interface UpdateFieldLevelEncryptionConfigCommandInput extends UpdateFieldLevelEncryptionConfigRequest {} export interface UpdateFieldLevelEncryptionConfigCommandOutput extends UpdateFieldLevelEncryptionConfigResult, __MetadataBearer {} declare const UpdateFieldLevelEncryptionConfigCommand_base: { new ( input: UpdateFieldLevelEncryptionConfigCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateFieldLevelEncryptionConfigCommandInput, UpdateFieldLevelEncryptionConfigCommandOutput, import("..").CloudFrontClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateFieldLevelEncryptionConfigCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateFieldLevelEncryptionConfigCommandInput, UpdateFieldLevelEncryptionConfigCommandOutput, import("..").CloudFrontClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateFieldLevelEncryptionConfigCommand extends UpdateFieldLevelEncryptionConfigCommand_base { protected static __types: { api: { input: UpdateFieldLevelEncryptionConfigRequest; output: UpdateFieldLevelEncryptionConfigResult; }; sdk: { input: UpdateFieldLevelEncryptionConfigCommandInput; output: UpdateFieldLevelEncryptionConfigCommandOutput; }; }; }