import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { FirehoseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../FirehoseClient"; import { StartDeliveryStreamEncryptionInput, StartDeliveryStreamEncryptionOutput, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface StartDeliveryStreamEncryptionCommandInput extends StartDeliveryStreamEncryptionInput {} export interface StartDeliveryStreamEncryptionCommandOutput extends StartDeliveryStreamEncryptionOutput, __MetadataBearer {} declare const StartDeliveryStreamEncryptionCommand_base: { new ( input: StartDeliveryStreamEncryptionCommandInput ): import("@smithy/core/client").CommandImpl< StartDeliveryStreamEncryptionCommandInput, StartDeliveryStreamEncryptionCommandOutput, FirehoseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: StartDeliveryStreamEncryptionCommandInput ): import("@smithy/core/client").CommandImpl< StartDeliveryStreamEncryptionCommandInput, StartDeliveryStreamEncryptionCommandOutput, FirehoseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class StartDeliveryStreamEncryptionCommand extends StartDeliveryStreamEncryptionCommand_base { protected static __types: { api: { input: StartDeliveryStreamEncryptionInput; output: {}; }; sdk: { input: StartDeliveryStreamEncryptionCommandInput; output: StartDeliveryStreamEncryptionCommandOutput; }; }; }