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