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