import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../GlueClient"; import { GetColumnStatisticsForTableRequest, GetColumnStatisticsForTableResponse, } from "../models/models_1"; export { __MetadataBearer }; export { $Command }; export interface GetColumnStatisticsForTableCommandInput extends GetColumnStatisticsForTableRequest {} export interface GetColumnStatisticsForTableCommandOutput extends GetColumnStatisticsForTableResponse, __MetadataBearer {} declare const GetColumnStatisticsForTableCommand_base: { new ( input: GetColumnStatisticsForTableCommandInput ): import("@smithy/core/client").CommandImpl< GetColumnStatisticsForTableCommandInput, GetColumnStatisticsForTableCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: GetColumnStatisticsForTableCommandInput ): import("@smithy/core/client").CommandImpl< GetColumnStatisticsForTableCommandInput, GetColumnStatisticsForTableCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class GetColumnStatisticsForTableCommand extends GetColumnStatisticsForTableCommand_base { protected static __types: { api: { input: GetColumnStatisticsForTableRequest; output: GetColumnStatisticsForTableResponse; }; sdk: { input: GetColumnStatisticsForTableCommandInput; output: GetColumnStatisticsForTableCommandOutput; }; }; }