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