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