import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../CloudTrailClient"; import { StartEventDataStoreIngestionRequest, StartEventDataStoreIngestionResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface StartEventDataStoreIngestionCommandInput extends StartEventDataStoreIngestionRequest {} export interface StartEventDataStoreIngestionCommandOutput extends StartEventDataStoreIngestionResponse, __MetadataBearer {} declare const StartEventDataStoreIngestionCommand_base: { new ( input: StartEventDataStoreIngestionCommandInput ): import("@smithy/smithy-client").CommandImpl< StartEventDataStoreIngestionCommandInput, StartEventDataStoreIngestionCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: StartEventDataStoreIngestionCommandInput ): import("@smithy/smithy-client").CommandImpl< StartEventDataStoreIngestionCommandInput, StartEventDataStoreIngestionCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class StartEventDataStoreIngestionCommand extends StartEventDataStoreIngestionCommand_base { protected static __types: { api: { input: StartEventDataStoreIngestionRequest; output: {}; }; sdk: { input: StartEventDataStoreIngestionCommandInput; output: StartEventDataStoreIngestionCommandOutput; }; }; }