import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../DeviceFarmClient"; import { StopRunRequest, StopRunResult } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface StopRunCommandInput extends StopRunRequest {} export interface StopRunCommandOutput extends StopRunResult, __MetadataBearer {} declare const StopRunCommand_base: { new (input: StopRunCommandInput): import("@smithy/smithy-client").CommandImpl< StopRunCommandInput, StopRunCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new (input: StopRunCommandInput): import("@smithy/smithy-client").CommandImpl< StopRunCommandInput, StopRunCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class StopRunCommand extends StopRunCommand_base { protected static __types: { api: { input: StopRunRequest; output: StopRunResult; }; sdk: { input: StopRunCommandInput; output: StopRunCommandOutput; }; }; }