import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { StopContinuousExportRequest, StopContinuousExportResponse } from "../models/models_0"; export { __MetadataBearer }; export interface StopContinuousExportCommandInput extends StopContinuousExportRequest {} export interface StopContinuousExportCommandOutput extends StopContinuousExportResponse, __MetadataBearer {} declare const StopContinuousExportCommand_base: { new ( input: StopContinuousExportCommandInput, ): import("@smithy/core/client").CommandImpl< StopContinuousExportCommandInput, StopContinuousExportCommandOutput, import("..").ApplicationDiscoveryServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: StopContinuousExportCommandInput, ): import("@smithy/core/client").CommandImpl< StopContinuousExportCommandInput, StopContinuousExportCommandOutput, import("..").ApplicationDiscoveryServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class StopContinuousExportCommand extends StopContinuousExportCommand_base { protected static __types: { api: { input: StopContinuousExportRequest; output: StopContinuousExportResponse; }; sdk: { input: StopContinuousExportCommandInput; output: StopContinuousExportCommandOutput; }; }; }