import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { StartContinuousExportRequest, StartContinuousExportResponse } from "../models/models_0"; export { __MetadataBearer }; export interface StartContinuousExportCommandInput extends StartContinuousExportRequest {} export interface StartContinuousExportCommandOutput extends StartContinuousExportResponse, __MetadataBearer {} declare const StartContinuousExportCommand_base: { new ( input: StartContinuousExportCommandInput, ): import("@smithy/core/client").CommandImpl< StartContinuousExportCommandInput, StartContinuousExportCommandOutput, import("..").ApplicationDiscoveryServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( ...[input]: [] | [StartContinuousExportCommandInput] ): import("@smithy/core/client").CommandImpl< StartContinuousExportCommandInput, StartContinuousExportCommandOutput, import("..").ApplicationDiscoveryServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class StartContinuousExportCommand extends StartContinuousExportCommand_base { protected static __types: { api: { input: {}; output: StartContinuousExportResponse; }; sdk: { input: StartContinuousExportCommandInput; output: StartContinuousExportCommandOutput; }; }; }