import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { StartDataCollectionByAgentIdsRequest, StartDataCollectionByAgentIdsResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface StartDataCollectionByAgentIdsCommandInput extends StartDataCollectionByAgentIdsRequest {} export interface StartDataCollectionByAgentIdsCommandOutput extends StartDataCollectionByAgentIdsResponse, __MetadataBearer {} declare const StartDataCollectionByAgentIdsCommand_base: { new ( input: StartDataCollectionByAgentIdsCommandInput, ): import("@smithy/core/client").CommandImpl< StartDataCollectionByAgentIdsCommandInput, StartDataCollectionByAgentIdsCommandOutput, import("..").ApplicationDiscoveryServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: StartDataCollectionByAgentIdsCommandInput, ): import("@smithy/core/client").CommandImpl< StartDataCollectionByAgentIdsCommandInput, StartDataCollectionByAgentIdsCommandOutput, import("..").ApplicationDiscoveryServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class StartDataCollectionByAgentIdsCommand extends StartDataCollectionByAgentIdsCommand_base { protected static __types: { api: { input: StartDataCollectionByAgentIdsRequest; output: StartDataCollectionByAgentIdsResponse; }; sdk: { input: StartDataCollectionByAgentIdsCommandInput; output: StartDataCollectionByAgentIdsCommandOutput; }; }; }