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