import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateFieldLevelEncryptionConfigRequest, CreateFieldLevelEncryptionConfigResult, } from "../models/models_0"; export { __MetadataBearer }; export interface CreateFieldLevelEncryptionConfigCommandInput extends CreateFieldLevelEncryptionConfigRequest {} export interface CreateFieldLevelEncryptionConfigCommandOutput extends CreateFieldLevelEncryptionConfigResult, __MetadataBearer {} declare const CreateFieldLevelEncryptionConfigCommand_base: { new ( input: CreateFieldLevelEncryptionConfigCommandInput, ): import("@smithy/core/client").CommandImpl< CreateFieldLevelEncryptionConfigCommandInput, CreateFieldLevelEncryptionConfigCommandOutput, import("..").CloudFrontClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateFieldLevelEncryptionConfigCommandInput, ): import("@smithy/core/client").CommandImpl< CreateFieldLevelEncryptionConfigCommandInput, CreateFieldLevelEncryptionConfigCommandOutput, import("..").CloudFrontClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateFieldLevelEncryptionConfigCommand extends CreateFieldLevelEncryptionConfigCommand_base { protected static __types: { api: { input: CreateFieldLevelEncryptionConfigRequest; output: CreateFieldLevelEncryptionConfigResult; }; sdk: { input: CreateFieldLevelEncryptionConfigCommandInput; output: CreateFieldLevelEncryptionConfigCommandOutput; }; }; }