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