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