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