import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { StopDataCollectionByAgentIdsRequest, StopDataCollectionByAgentIdsResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface StopDataCollectionByAgentIdsCommandInput extends StopDataCollectionByAgentIdsRequest {} export interface StopDataCollectionByAgentIdsCommandOutput extends StopDataCollectionByAgentIdsResponse, __MetadataBearer {} declare const StopDataCollectionByAgentIdsCommand_base: { new ( input: StopDataCollectionByAgentIdsCommandInput, ): import("@smithy/core/client").CommandImpl< StopDataCollectionByAgentIdsCommandInput, StopDataCollectionByAgentIdsCommandOutput, import("..").ApplicationDiscoveryServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: StopDataCollectionByAgentIdsCommandInput, ): import("@smithy/core/client").CommandImpl< StopDataCollectionByAgentIdsCommandInput, StopDataCollectionByAgentIdsCommandOutput, import("..").ApplicationDiscoveryServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class StopDataCollectionByAgentIdsCommand extends StopDataCollectionByAgentIdsCommand_base { protected static __types: { api: { input: StopDataCollectionByAgentIdsRequest; output: StopDataCollectionByAgentIdsResponse; }; sdk: { input: StopDataCollectionByAgentIdsCommandInput; output: StopDataCollectionByAgentIdsCommandOutput; }; }; }