import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../GlueClient"; import { StartDataQualityRulesetEvaluationRunRequest, StartDataQualityRulesetEvaluationRunResponse, } from "../models/models_2"; export { __MetadataBearer }; export { $Command }; export interface StartDataQualityRulesetEvaluationRunCommandInput extends StartDataQualityRulesetEvaluationRunRequest {} export interface StartDataQualityRulesetEvaluationRunCommandOutput extends StartDataQualityRulesetEvaluationRunResponse, __MetadataBearer {} declare const StartDataQualityRulesetEvaluationRunCommand_base: { new ( input: StartDataQualityRulesetEvaluationRunCommandInput ): import("@smithy/core/client").CommandImpl< StartDataQualityRulesetEvaluationRunCommandInput, StartDataQualityRulesetEvaluationRunCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: StartDataQualityRulesetEvaluationRunCommandInput ): import("@smithy/core/client").CommandImpl< StartDataQualityRulesetEvaluationRunCommandInput, StartDataQualityRulesetEvaluationRunCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class StartDataQualityRulesetEvaluationRunCommand extends StartDataQualityRulesetEvaluationRunCommand_base { protected static __types: { api: { input: StartDataQualityRulesetEvaluationRunRequest; output: StartDataQualityRulesetEvaluationRunResponse; }; sdk: { input: StartDataQualityRulesetEvaluationRunCommandInput; output: StartDataQualityRulesetEvaluationRunCommandOutput; }; }; }