import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../GlueClient"; import { CancelDataQualityRulesetEvaluationRunRequest, CancelDataQualityRulesetEvaluationRunResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface CancelDataQualityRulesetEvaluationRunCommandInput extends CancelDataQualityRulesetEvaluationRunRequest {} export interface CancelDataQualityRulesetEvaluationRunCommandOutput extends CancelDataQualityRulesetEvaluationRunResponse, __MetadataBearer {} declare const CancelDataQualityRulesetEvaluationRunCommand_base: { new ( input: CancelDataQualityRulesetEvaluationRunCommandInput ): import("@smithy/core/client").CommandImpl< CancelDataQualityRulesetEvaluationRunCommandInput, CancelDataQualityRulesetEvaluationRunCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CancelDataQualityRulesetEvaluationRunCommandInput ): import("@smithy/core/client").CommandImpl< CancelDataQualityRulesetEvaluationRunCommandInput, CancelDataQualityRulesetEvaluationRunCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class CancelDataQualityRulesetEvaluationRunCommand extends CancelDataQualityRulesetEvaluationRunCommand_base { protected static __types: { api: { input: CancelDataQualityRulesetEvaluationRunRequest; output: {}; }; sdk: { input: CancelDataQualityRulesetEvaluationRunCommandInput; output: CancelDataQualityRulesetEvaluationRunCommandOutput; }; }; }