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